summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-03-04 10:48:05 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-03-15 14:35:55 +0100
commit7443e0010fbdb23be9d66f2a03fadcb69c78c4a3 (patch)
tree2ba8b318c3a081204226f839cb1584474b74a85d /platforms
parent6f55aa34bd3def0f7ecff6c61a7d7150a9fcc748 (diff)
downloadptxdist-7443e0010fbdb23be9d66f2a03fadcb69c78c4a3.tar.gz
ptxdist-7443e0010fbdb23be9d66f2a03fadcb69c78c4a3.tar.xz
ARM omap x-load: depend on ARCH_ARM instead of ARCH_ARM_OMAP
While bein useful on OMAP only, there is no technical reason to not compile X-Load on any other ARM or on a generic ARM build targeting (not only, but also) OMAP. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/x-load.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/platforms/x-load.in b/platforms/x-load.in
index 4b44d25da..d92627d6b 100644
--- a/platforms/x-load.in
+++ b/platforms/x-load.in
@@ -2,8 +2,8 @@
menuconfig X_LOAD
bool
- depends on ARCH_ARM_OMAP
- prompt "x-load "
+ depends on ARCH_ARM
+ prompt "OMAP x-load "
help
The X-Loader is a first level bootloader for Texas Intruments OMAP
microprocessors (similar to the AT91Bootstrap application). It is