summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-08-31 07:11:08 +0900
committerTom Rini <trini@ti.com>2014-08-30 21:22:00 -0400
commit16e16fdde21c9255e338d2eaea339c3ca905da22 (patch)
treeb94064ad61fe5a771545373f92ef7cd324a000f4 /include
parentef2b694c731f93a70aa06e84b52a27f6cc9dbc10 (diff)
downloadblackbird-obmc-uboot-16e16fdde21c9255e338d2eaea339c3ca905da22.tar.gz
blackbird-obmc-uboot-16e16fdde21c9255e338d2eaea339c3ca905da22.zip
nomadik: kconfig: move board select menu and common settings
Becuase the board select menu in arch/arm/Kconfig is too big, move the Nomadik board select menu to nomadik/Kconfig. Move also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="nomadik"). Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/nhk8815.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/nhk8815.h b/include/configs/nhk8815.h
index 4d3428cb81..5419f551d3 100644
--- a/include/configs/nhk8815.h
+++ b/include/configs/nhk8815.h
@@ -13,9 +13,7 @@
#include <nomadik.h>
#define CONFIG_ARM926EJS
-#define CONFIG_NOMADIK
#define CONFIG_NOMADIK_8815 /* cpu variant */
-#define CONFIG_NOMADIK_NHK8815 /* board variant */
#define CONFIG_SKIP_LOWLEVEL_INIT /* we have already been loaded to RAM */
OpenPOWER on IntegriCloud