diff mbox

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

Message ID 1400484993-4304-2-git-send-email-nobuhiro.iwamatsu.yj@renesas.com
State Accepted, archived
Delegated to: Nobuhiro Iwamatsu
Headers show

Commit Message

Nobuhiro Iwamatsu May 19, 2014, 7:36 a.m. UTC
Add CONFIG_SYS_GENERIC_BOARD to use common/board_*.c for koelsch.

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

Patch

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