diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-05-19 16:10:51 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-05-21 10:10:06 +0900 |
commit | 358d6ef32ebddb58f074e1cb2042b910a5738b92 (patch) | |
tree | 59701d92dbd9e4930941014d8079535d3f83fe49 | |
parent | 71bb8c39e1527c66c05ddbe3d319314dd7fb15dd (diff) | |
download | u-boot-imx-358d6ef32ebddb58f074e1cb2042b910a5738b92.zip u-boot-imx-358d6ef32ebddb58f074e1cb2042b910a5738b92.tar.gz u-boot-imx-358d6ef32ebddb58f074e1cb2042b910a5738b92.tar.bz2 |
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 <nobuhiro.iwamatsu.yj@renesas.com>
-rw-r--r-- | include/configs/lager.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |