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

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


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

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
---
 include/configs/koelsch.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h
index d7a0c2d..3bb073f 100644
--- a/include/configs/koelsch.h
+++ b/include/configs/koelsch.h
@@ -42,6 +42,8 @@
 #define CONFIG_SYS_TEXT_BASE	0xE6304000
 #define CONFIG_SYS_THUMB_BUILD
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /* Support File sytems */
 #define CONFIG_DOS_PARTITION
 #define CONFIG_SUPPORT_VFAT
-- 
1.9.2



More information about the U-Boot mailing list