summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-31 14:42:25 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-11-02 14:44:43 +0100
commite89a462909b9bda6147a5ff9963be951b8ed5e9f (patch)
tree7be65809e5470e3c1748be6db7f6a5e1fb2305a6 /board
parentaf88baca3071685728506de168a74c54989d3f41 (diff)
downloadbarebox-e89a462909b9bda6147a5ff9963be951b8ed5e9f.tar.gz
barebox-e89a462909b9bda6147a5ff9963be951b8ed5e9f.tar.xz
arm/kconfig: inverse the board selection
instead of select first the board which will select the arch, now first choice the arch to filter the possible boards as it's already done for omap Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board')
-rw-r--r--board/omap/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/omap/Kconfig b/board/omap/Kconfig
index 625fdac556..07ba87cfd2 100644
--- a/board/omap/Kconfig
+++ b/board/omap/Kconfig
@@ -26,7 +26,6 @@ config ARCH_TEXT_BASE
default 0x80e80000 if MACH_BEAGLE
menu "OMAP Platform Features"
- depends on MACH_OMAP
config BOARDINFO
default "Texas Instrument's SDP343x" if MACH_OMAP343xSDP