]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Mon, 31 Mar 2014 06:24:32 +0000 (15:24 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sun, 27 Apr 2014 19:35:12 +0000 (04:35 +0900)
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>
board/renesas/lager/lager.c
include/configs/lager.h

index 898fb5767e80272c4094ddb4f77b57b33e538906..a5a0474cd7a0f9c685c1636833c56acaaed308bb 100644 (file)
@@ -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;
 
index 269cfec1eab81c364e2bd3e5b1226e7234a98191..ac31128e45c8b182235f676eb8fda16df9429fcf 100644 (file)
@@ -16,8 +16,6 @@
 #define CONFIG_RMOBILE
 #define CONFIG_RMOBILE_BOARD_STRING "Lager"
 #define CONFIG_SH_GPIO_PFC
-#define MACH_TYPE_LAGER                4538
-#define CONFIG_MACH_TYPE       MACH_TYPE_LAGER
 
 #include <asm/arch/rmobile.h>