summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-08-31 07:11:06 +0900
committerTom Rini <trini@ti.com>2014-08-30 21:21:59 -0400
commit22f2be7a122410862b68e4ceb901d677c1b5fee8 (patch)
tree6987b8b4b118c315bd02b79d4f60d3cdd34c0fb2 /include
parentc338f09e965a300ddd78af73e86c4af4c9464ce4 (diff)
downloadtalos-obmc-uboot-22f2be7a122410862b68e4ceb901d677c1b5fee8.tar.gz
talos-obmc-uboot-22f2be7a122410862b68e4ceb901d677c1b5fee8.zip
orion5x: kconfig: move board select menu and common settings
Becuase the board select menu in arch/arm/Kconfig is too big, move the Orion5x board select menu to orion5x/Kconfig. Move also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="orion5x"). Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'include')
-rw-r--r--include/configs/edminiv2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h
index 77717a84ae..1df4fc1986 100644
--- a/include/configs/edminiv2.h
+++ b/include/configs/edminiv2.h
@@ -25,7 +25,6 @@
#define CONFIG_MARVELL 1
#define CONFIG_ARM926EJS 1 /* Basic Architecture */
#define CONFIG_FEROCEON 1 /* CPU Core subversion */
-#define CONFIG_ORION5X 1 /* SOC Family Name */
#define CONFIG_88F5182 1 /* SOC Name */
#define CONFIG_MACH_EDMINIV2 1 /* Machine type */
OpenPOWER on IntegriCloud