summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-03-04 10:41:34 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-03-15 14:35:55 +0100
commit0ab53a11b3bf8dbaafb64b5048b817dc27e1ccbd (patch)
treecaa1e3bf28851db5463795b9b602468b2076bb1f
parent4fa7db273da0a886cf2f1be870286d153f2a72c2 (diff)
downloadptxdist-0ab53a11b3bf8dbaafb64b5048b817dc27e1ccbd.tar.gz
ptxdist-0ab53a11b3bf8dbaafb64b5048b817dc27e1ccbd.tar.xz
at91bootstrap: depend on ARCH_ARM instead of ARM_AT91SAM926X
While being useful on at91 only there is no technical reason to not build this tool on any other ARM processor. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--platforms/at91bootstrap.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/at91bootstrap.in b/platforms/at91bootstrap.in
index 9b9566444..6794897a5 100644
--- a/platforms/at91bootstrap.in
+++ b/platforms/at91bootstrap.in
@@ -2,7 +2,7 @@
menuconfig AT91BOOTSTRAP
bool
- depends on ARCH_ARM_AT91SAM926X
+ depends on ARCH_ARM
prompt "AT91 bootstrap "
help
The AT91Bootstrap application is a first level bootloader