diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-31 07:11:02 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-30 21:21:59 -0400 |
commit | 3cfbcb58d38a0fa996a2566868af149e0515311e (patch) | |
tree | e286d354f0bec289e26a705f84c52c22825f902e /include/configs/tao3530.h | |
parent | 3491ba6311c0aede2c6530ef42e2df6b58cf000d (diff) | |
download | u-boot-imx-3cfbcb58d38a0fa996a2566868af149e0515311e.zip u-boot-imx-3cfbcb58d38a0fa996a2566868af149e0515311e.tar.gz u-boot-imx-3cfbcb58d38a0fa996a2566868af149e0515311e.tar.bz2 |
omap3: kconfig: move board select menu and common settings
Becuase the board select menu in arch/arm/Kconfig is too big,
move the OMAP3 board select menu to omap3/Kconfig.
Move also common settings (CONFIG_SYS_CPU="armv7" and
CONFIG_SYS_SOC="omap3
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/tao3530.h')
-rw-r--r-- | include/configs/tao3530.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h index 174bfe5..8d2db27 100644 --- a/include/configs/tao3530.h +++ b/include/configs/tao3530.h @@ -18,7 +18,6 @@ */ #define CONFIG_ARMV7 /* This is an ARM V7 CPU core */ #define CONFIG_OMAP /* in a TI OMAP core */ -#define CONFIG_OMAP34XX /* which is a 34XX */ #define CONFIG_OMAP_GPIO #define CONFIG_OMAP_COMMON |