diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-05-19 16:10:12 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-05-21 10:10:01 +0900 |
commit | 71bb8c39e1527c66c05ddbe3d319314dd7fb15dd (patch) | |
tree | 85dfef1f3281c7dcfabfd14fd0a5ce6a6d6cbff1 /include/configs/koelsch.h | |
parent | 3f5f17a38f609bdccf7405c3cbcf5bd2b08fa044 (diff) | |
download | u-boot-imx-71bb8c39e1527c66c05ddbe3d319314dd7fb15dd.zip u-boot-imx-71bb8c39e1527c66c05ddbe3d319314dd7fb15dd.tar.gz u-boot-imx-71bb8c39e1527c66c05ddbe3d319314dd7fb15dd.tar.bz2 |
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 <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'include/configs/koelsch.h')
-rw-r--r-- | include/configs/koelsch.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |