diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-05-19 16:09:47 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-05-21 10:09:56 +0900 |
commit | 3f5f17a38f609bdccf7405c3cbcf5bd2b08fa044 (patch) | |
tree | 15e4db456cf5522e0be7291bcf1c6becd8cb41ce /include/configs/armadillo-800eva.h | |
parent | dbfd1159ab0c5f2b5fa126bbe2677e1ba12cbda7 (diff) | |
download | u-boot-imx-3f5f17a38f609bdccf7405c3cbcf5bd2b08fa044.zip u-boot-imx-3f5f17a38f609bdccf7405c3cbcf5bd2b08fa044.tar.gz u-boot-imx-3f5f17a38f609bdccf7405c3cbcf5bd2b08fa044.tar.bz2 |
arm: rmobile: armadillo800eva: Enable CONFIG_SYS_GENERIC_BOARD
Add CONFIG_SYS_GENERIC_BOARD to use common/board_*.c for armadillo800eva.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'include/configs/armadillo-800eva.h')
-rw-r--r-- | include/configs/armadillo-800eva.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/armadillo-800eva.h b/include/configs/armadillo-800eva.h index 17a2da0..8bb932c 100644 --- a/include/configs/armadillo-800eva.h +++ b/include/configs/armadillo-800eva.h @@ -48,6 +48,7 @@ #define CONFIG_USE_ARCH_MEMCPY #define CONFIG_TMU_TIMER #define CONFIG_SYS_DCACHE_OFF +#define CONFIG_SYS_GENERIC_BOARD /* STACK */ #define CONFIG_SYS_INIT_SP_ADDR 0xE8083000 |