From e6f2c20689e09e3c637f90437d9cea83ff2348c1 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 7 Apr 2014 11:19:03 +0900 Subject: [PATCH 01/20] arm: rmobile: Add define of SCIF register for R8A7790 and R8A7791 Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/include/asm/arch-rmobile/rcar-base.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/include/asm/arch-rmobile/rcar-base.h b/arch/arm/include/asm/arch-rmobile/rcar-base.h index 4331d31..41240f3 100644 --- a/arch/arm/include/asm/arch-rmobile/rcar-base.h +++ b/arch/arm/include/asm/arch-rmobile/rcar-base.h @@ -21,6 +21,14 @@ #define GPIO5_BASE 0xE6055000 #define SH_QSPI_BASE 0xE6B10000 +/* SCIF */ +#define SCIF0_BASE 0xE6E60000 +#define SCIF1_BASE 0xE6E68000 +#define SCIF2_BASE 0xE6E58000 +#define SCIF3_BASE 0xE6EA8000 +#define SCIF4_BASE 0xE6EE0000 +#define SCIF5_BASE 0xE6EE8000 + #define S3C_BASE 0xE6784000 #define S3C_INT_BASE 0xE6784A00 #define S3C_MEDIA_BASE 0xE6784B00 From 577d07ac9d68d6aab81d43c17726daac0a9c6b4a Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 7 Apr 2014 11:22:23 +0900 Subject: [PATCH 02/20] arm: rmobile: koelsch: Remove define of SCIF register The define of SCIF register was already defined in rcar-base.h. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/koelsch.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h index 1a93d17..2e81d29 100644 --- a/include/configs/koelsch.h +++ b/include/configs/koelsch.h @@ -80,7 +80,6 @@ /* SCIF */ #define CONFIG_SCIF_CONSOLE #define CONFIG_CONS_SCIF0 -#define SCIF0_BASE 0xe6e60000 #undef CONFIG_SYS_CONSOLE_INFO_QUIET #undef CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE #undef CONFIG_SYS_CONSOLE_ENV_OVERWRITE From a6318a8c6169addb0fb539220e5da93a5415dcb3 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 7 Apr 2014 16:59:53 +0900 Subject: [PATCH 03/20] arm: rmobile: koelsch: Remove CONFIG_USE_ARCH_MEMSET and MEMCPY Because do not need these feature to koelsch board, this delete it. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/koelsch.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h index 2e81d29..ad6eecd 100644 --- a/include/configs/koelsch.h +++ b/include/configs/koelsch.h @@ -55,8 +55,6 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_USE_ARCH_MEMSET -#define CONFIG_USE_ARCH_MEMCPY #define CONFIG_TMU_TIMER /* STACK */ From e1ee37472b34c1df10d084677c1564fabfdeb5fb Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 7 Apr 2014 17:11:52 +0900 Subject: [PATCH 04/20] arm: rmobile: koelsch: Enable optimization of thumb This adds CONFIG_SYS_THUMB_BUILD to config, in order to enable optimization of thumb. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/koelsch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h index ad6eecd..8cee73b 100644 --- a/include/configs/koelsch.h +++ b/include/configs/koelsch.h @@ -35,6 +35,7 @@ #define CONFIG_CMD_SF #define CONFIG_CMD_SPI #define CONFIG_SYS_TEXT_BASE 0xE6304000 +#define CONFIG_SYS_THUMB_BUILD #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS From b923d4615fea3c9f03cf685dc76b4f343ce5d7aa Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 7 Apr 2014 11:22:21 +0900 Subject: [PATCH 05/20] arm: rmobile: lager: Remove define of SCIF register The define of SCIF register was already defined in rcar-base.h. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/lager.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/lager.h b/include/configs/lager.h index ac31128..085fa77 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -82,7 +82,6 @@ /* SCIF */ #define CONFIG_SCIF_CONSOLE #define CONFIG_CONS_SCIF0 -#define SCIF0_BASE 0xe6e60000 #undef CONFIG_SYS_CONSOLE_INFO_QUIET #undef CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE #undef CONFIG_SYS_CONSOLE_ENV_OVERWRITE From 05aad15bbab08a6aef589f20167753c5d3205fc4 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 7 Apr 2014 16:59:53 +0900 Subject: [PATCH 06/20] arm: rmobile: lager: Remove CONFIG_USE_ARCH_MEMSET and MEMCPY Because do not need these feature to lager board, this delete it. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/lager.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/lager.h b/include/configs/lager.h index 085fa77..3bc494f 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -57,8 +57,6 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_USE_ARCH_MEMSET -#define CONFIG_USE_ARCH_MEMCPY #define CONFIG_TMU_TIMER /* STACK */ From 7f922e32fff56e96c678ebfafbb183c25c75c22b Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 7 Apr 2014 17:11:52 +0900 Subject: [PATCH 07/20] arm: rmobile: lager: Enable optimization of thumb This adds CONFIG_SYS_THUMB_BUILD to config, in order to enable optimization of thumb. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/lager.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/lager.h b/include/configs/lager.h index 3bc494f..80c9001 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -36,6 +36,7 @@ #define CONFIG_CMD_SF #define CONFIG_CMD_SPI #define CONFIG_SYS_TEXT_BASE 0xE8080000 +#define CONFIG_SYS_THUMB_BUILD #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS From f2c51fdc935b35d6cae63f6f31869b838c35767b Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 7 Apr 2014 10:58:35 +0900 Subject: [PATCH 08/20] gpio: r8a7791-gpio: Fix typo in macro Fix typo from __ASM_R8A7791_H__ to __ASM_R8A7791_GPIO_H__. Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/include/asm/arch-rmobile/r8a7791-gpio.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/include/asm/arch-rmobile/r8a7791-gpio.h b/arch/arm/include/asm/arch-rmobile/r8a7791-gpio.h index d3cf0c1..42e8259 100644 --- a/arch/arm/include/asm/arch-rmobile/r8a7791-gpio.h +++ b/arch/arm/include/asm/arch-rmobile/r8a7791-gpio.h @@ -1,5 +1,5 @@ -#ifndef __ASM_R8A7791_H__ -#define __ASM_R8A7791_H__ +#ifndef __ASM_R8A7791_GPIO_H__ +#define __ASM_R8A7791_GPIO_H__ /* Pin Function Controller: * GPIO_FN_xx - GPIO used to select pin function @@ -435,4 +435,4 @@ enum { GPIO_FN_MLB_DAT, GPIO_FN_CAN1_RX_B, }; -#endif /* __ASM_R8A7791_H__ */ +#endif /* __ASM_R8A7791_GPIO_H__ */ From 7880356b8982b53ef78983a57bbc04ba6ad60f99 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 7 Apr 2014 10:58:40 +0900 Subject: [PATCH 09/20] gpio: r8a7790-gpio: Fix typo in macro Fix typo from __ASM_R8A7790_H__ to __ASM_R8A7790_GPIO_H__. Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h b/arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h index 444e361..74b5f1d 100644 --- a/arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h +++ b/arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h @@ -1,5 +1,5 @@ -#ifndef __ASM_R8A7790_H__ -#define __ASM_R8A7790_H__ +#ifndef __ASM_R8A7790_GPIO_H__ +#define __ASM_R8A7790_GPIO_H__ /* Pin Function Controller: * GPIO_FN_xx - GPIO used to select pin function @@ -384,4 +384,4 @@ enum { GPIO_FN_TCLK1_B, }; -#endif /* __ASM_R8A7790_H__ */ +#endif /* __ASM_R8A7790_GPIO_H__ */ From aa44ae32e1bfe103a557178b43faf3981f0d3e6f Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Thu, 27 Mar 2014 14:13:06 +0900 Subject: [PATCH 10/20] arm: rmobile: koelsch: Add support USB controller Koelsch board has USB ports. This add support of USB controller of rmobile. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/koelsch.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h index 8cee73b..ff7f3d7 100644 --- a/include/configs/koelsch.h +++ b/include/configs/koelsch.h @@ -31,6 +31,7 @@ #define CONFIG_CMD_DHCP #define CONFIG_CMD_NFS #define CONFIG_CMD_BOOTZ +#define CONFIG_CMD_USB #define CONFIG_CMD_SF #define CONFIG_CMD_SPI @@ -157,4 +158,10 @@ #define CONFIG_SYS_I2C_POWERIC_ADDR 0x58 /* da9063 */ +/* USB */ +#define CONFIG_USB_EHCI +#define CONFIG_USB_EHCI_RMOBILE +#define CONFIG_USB_MAX_CONTROLLER_COUNT 3 +#define CONFIG_USB_STORAGE + #endif /* __KOELSCH_H */ From fd77b2ebec8baf2637f48def17e64539321f2ec3 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Fri, 28 Mar 2014 17:29:45 +0900 Subject: [PATCH 11/20] arm: rmobile: koelsch: Add support command and filesystems of VFAT Signed-off-by: Nobuhiro Iwamatsu --- include/configs/koelsch.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h index ff7f3d7..41e162c 100644 --- a/include/configs/koelsch.h +++ b/include/configs/koelsch.h @@ -32,12 +32,18 @@ #define CONFIG_CMD_NFS #define CONFIG_CMD_BOOTZ #define CONFIG_CMD_USB +#define CONFIG_CMD_FAT #define CONFIG_CMD_SF #define CONFIG_CMD_SPI #define CONFIG_SYS_TEXT_BASE 0xE6304000 #define CONFIG_SYS_THUMB_BUILD +/* Support File sytems */ +#define CONFIG_DOS_PARTITION +#define CONFIG_SUPPORT_VFAT + + #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG From 5c4bb96e9cd1f307da90a157c7dbaaab89cadffa Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Thu, 27 Mar 2014 14:14:58 +0900 Subject: [PATCH 12/20] arm: rmobile: lager: Add support USB controller Lager board has USB ports. This add support of USB controller of rmobile. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/lager.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/configs/lager.h b/include/configs/lager.h index 80c9001..6b54566 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -32,6 +32,7 @@ #define CONFIG_CMD_DHCP #define CONFIG_CMD_NFS #define CONFIG_CMD_BOOTZ +#define CONFIG_CMD_USB #define CONFIG_CMD_SF #define CONFIG_CMD_SPI @@ -162,4 +163,10 @@ #define CONFIG_SYS_TMU_CLK_DIV 4 +/* USB */ +#define CONFIG_USB_EHCI +#define CONFIG_USB_EHCI_RMOBILE +#define CONFIG_USB_MAX_CONTROLLER_COUNT 4 +#define CONFIG_USB_STORAGE + #endif /* __LAGER_H */ From f55bb6a4c4362958682f0894f40e99f4f1157131 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Fri, 28 Mar 2014 17:07:03 +0900 Subject: [PATCH 13/20] arm: rmobile: lager: Add support command and filesystems of VFAT Signed-off-by: Nobuhiro Iwamatsu --- include/configs/lager.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/configs/lager.h b/include/configs/lager.h index 6b54566..98501ec 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -33,12 +33,17 @@ #define CONFIG_CMD_NFS #define CONFIG_CMD_BOOTZ #define CONFIG_CMD_USB +#define CONFIG_CMD_FAT #define CONFIG_CMD_SF #define CONFIG_CMD_SPI #define CONFIG_SYS_TEXT_BASE 0xE8080000 #define CONFIG_SYS_THUMB_BUILD +/* Support File sytems */ +#define CONFIG_DOS_PARTITION +#define CONFIG_SUPPORT_VFAT + #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG From d80149b249a7137c8c3b5c011580db37e4b32561 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 31 Mar 2014 15:22:31 +0900 Subject: [PATCH 14/20] arm: rmobile: lager: Add support ext4/fat write command Signed-off-by: Nobuhiro Iwamatsu --- include/configs/lager.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/configs/lager.h b/include/configs/lager.h index 98501ec..7b47d2e 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -34,9 +34,12 @@ #define CONFIG_CMD_BOOTZ #define CONFIG_CMD_USB #define CONFIG_CMD_FAT - #define CONFIG_CMD_SF #define CONFIG_CMD_SPI + +#define CONFIG_FAT_WRITE +#define CONFIG_EXT4_WRITE + #define CONFIG_SYS_TEXT_BASE 0xE8080000 #define CONFIG_SYS_THUMB_BUILD From b6c96f7f3568142e99826fd783fdf37a361e1054 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 31 Mar 2014 15:22:31 +0900 Subject: [PATCH 15/20] arm: rmobile: koelsch: Add support ext4/fat write command Signed-off-by: Nobuhiro Iwamatsu --- include/configs/koelsch.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h index 41e162c..d7a0c2d 100644 --- a/include/configs/koelsch.h +++ b/include/configs/koelsch.h @@ -33,9 +33,12 @@ #define CONFIG_CMD_BOOTZ #define CONFIG_CMD_USB #define CONFIG_CMD_FAT - #define CONFIG_CMD_SF #define CONFIG_CMD_SPI + +#define CONFIG_FAT_WRITE +#define CONFIG_EXT4_WRITE + #define CONFIG_SYS_TEXT_BASE 0xE6304000 #define CONFIG_SYS_THUMB_BUILD From dd73018b1636326c793ebb7d5a3a75e50e9b65a0 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 19 May 2014 12:10:05 +0900 Subject: [PATCH 16/20] arm: rmobile: r8a7791: Fix MOD_SEL3 function table about FN_SEL_IEB FN_SEL_IEB is assigned 2bit, and 2bit can represent 4 patterns. However FN_SEL_IEB but we only use 3. It adds empty patterns as 0. Signed-off-by: Hisashi Nakamura Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/cpu/armv7/rmobile/pfc-r8a7791.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv7/rmobile/pfc-r8a7791.c b/arch/arm/cpu/armv7/rmobile/pfc-r8a7791.c index f49f990..46d6e60 100644 --- a/arch/arm/cpu/armv7/rmobile/pfc-r8a7791.c +++ b/arch/arm/cpu/armv7/rmobile/pfc-r8a7791.c @@ -913,7 +913,7 @@ static struct pinmux_cfg_reg pinmux_config_regs[] = { /* SEL_SCIF3 [2] */ FN_SEL_SCIF3_0, FN_SEL_SCIF3_1, FN_SEL_SCIF3_2, FN_SEL_SCIF3_3, /* SEL_IEB [2] */ - FN_SEL_IEB_0, FN_SEL_IEB_1, FN_SEL_IEB_2, + FN_SEL_IEB_0, FN_SEL_IEB_1, FN_SEL_IEB_2, 0, /* SEL_MMC [1] */ FN_SEL_MMC_0, FN_SEL_MMC_1, /* SEL_SCIF5 [1] */ From dbfd1159ab0c5f2b5fa126bbe2677e1ba12cbda7 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 19 May 2014 12:23:35 +0900 Subject: [PATCH 17/20] arm: rmobile: koelsch: Fix QoS revision 0.240 and 0.320 Add register define of DBSC3 operation adjustment register, and add initial value. Signed-off-by: Hisashi Nakamura Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/include/asm/arch-rmobile/r8a7791.h | 1 + board/renesas/koelsch/qos.c | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm/include/asm/arch-rmobile/r8a7791.h b/arch/arm/include/asm/arch-rmobile/r8a7791.h index 4791825..592c524 100644 --- a/arch/arm/include/asm/arch-rmobile/r8a7791.h +++ b/arch/arm/include/asm/arch-rmobile/r8a7791.h @@ -45,6 +45,7 @@ #define DBSC3_1_QOS_W13_BASE 0xE67A2D00 #define DBSC3_1_QOS_W14_BASE 0xE67A2E00 #define DBSC3_1_QOS_W15_BASE 0xE67A2F00 +#define DBSC3_1_DBADJ2 0xE67A00C8 #define R8A7791_CUT_ES2X 2 #define IS_R8A7791_ES2() \ diff --git a/board/renesas/koelsch/qos.c b/board/renesas/koelsch/qos.c index e6c5e48..55a0420 100644 --- a/board/renesas/koelsch/qos.c +++ b/board/renesas/koelsch/qos.c @@ -111,6 +111,7 @@ void qos_init(void) /* DBSC DBADJ2 */ writel(0x20042004, DBSC3_0_DBADJ2); + writel(0x20042004, DBSC3_1_DBADJ2); /* S3C -QoS */ s3c = (struct rcar_s3c *)S3C_BASE; From 3f5f17a38f609bdccf7405c3cbcf5bd2b08fa044 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 19 May 2014 16:09:47 +0900 Subject: [PATCH 18/20] arm: rmobile: armadillo800eva: Enable CONFIG_SYS_GENERIC_BOARD Add CONFIG_SYS_GENERIC_BOARD to use common/board_*.c for armadillo800eva. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/armadillo-800eva.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/armadillo-800eva.h b/include/configs/armadillo-800eva.h index 17a2da0..8bb932c 100644 --- a/include/configs/armadillo-800eva.h +++ b/include/configs/armadillo-800eva.h @@ -48,6 +48,7 @@ #define CONFIG_USE_ARCH_MEMCPY #define CONFIG_TMU_TIMER #define CONFIG_SYS_DCACHE_OFF +#define CONFIG_SYS_GENERIC_BOARD /* STACK */ #define CONFIG_SYS_INIT_SP_ADDR 0xE8083000 From 71bb8c39e1527c66c05ddbe3d319314dd7fb15dd Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 19 May 2014 16:10:12 +0900 Subject: [PATCH 19/20] arm: rmobile: koelsch: Enable CONFIG_SYS_GENERIC_BOARD Add CONFIG_SYS_GENERIC_BOARD to use common/board_*.c for koelsch. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/koelsch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h index d7a0c2d..6795f28 100644 --- a/include/configs/koelsch.h +++ b/include/configs/koelsch.h @@ -41,6 +41,7 @@ #define CONFIG_SYS_TEXT_BASE 0xE6304000 #define CONFIG_SYS_THUMB_BUILD +#define CONFIG_SYS_GENERIC_BOARD /* Support File sytems */ #define CONFIG_DOS_PARTITION From 358d6ef32ebddb58f074e1cb2042b910a5738b92 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 19 May 2014 16:10:51 +0900 Subject: [PATCH 20/20] arm: rmobile: lager: Enable CONFIG_SYS_GENERIC_BOARD Add CONFIG_SYS_GENERIC_BOARD to use common/board_*.c for lager. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/lager.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/lager.h b/include/configs/lager.h index 7b47d2e..f39a788 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -42,6 +42,7 @@ #define CONFIG_SYS_TEXT_BASE 0xE8080000 #define CONFIG_SYS_THUMB_BUILD +#define CONFIG_SYS_GENERIC_BOARD /* Support File sytems */ #define CONFIG_DOS_PARTITION