diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-03-31 15:24:32 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-04-28 04:35:12 +0900 |
commit | 8d18bcfd439b8422ab3bada2001cc2abd525d9f8 (patch) | |
tree | 4efacf04656e130cc74ddc223ff768fecb8c4091 /board/renesas/lager/lager.c | |
parent | 2c2c6ba6c653e21f762b57017f83eed114bd3b24 (diff) | |
download | u-boot-imx-8d18bcfd439b8422ab3bada2001cc2abd525d9f8.zip u-boot-imx-8d18bcfd439b8422ab3bada2001cc2abd525d9f8.tar.gz u-boot-imx-8d18bcfd439b8422ab3bada2001cc2abd525d9f8.tar.bz2 |
arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE
MACH_TYPE_LAGER and CONFIG_MACH_TYPE are not already available on Lager board.
This removes them.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/renesas/lager/lager.c')
-rw-r--r-- | board/renesas/lager/lager.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/renesas/lager/lager.c b/board/renesas/lager/lager.c index 898fb57..a5a0474 100644 --- a/board/renesas/lager/lager.c +++ b/board/renesas/lager/lager.c @@ -85,8 +85,6 @@ void arch_preboot_os(void) DECLARE_GLOBAL_DATA_PTR; int board_init(void) { - /* board id for linux */ - gd->bd->bi_arch_number = MACH_TYPE_LAGER; /* adress of boot parameters */ gd->bd->bi_boot_params = LAGER_SDRAM_BASE + 0x100; |