[U-Boot] [PATCH 3/3] arm: lager: Enable CONFIG_SYS_GENERIC_BOARD

Nobuhiro Iwamatsu nobuhiro.iwamatsu.yj at renesas.com
Mon May 19 09:36:33 CEST 2014


Add CONFIG_SYS_GENERIC_BOARD to use common/board_*.c for lager.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
---
 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
-- 
1.9.2



More information about the U-Boot mailing list