summaryrefslogtreecommitdiffstats
path: root/boot/lpc32xxcdl
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-02-01 23:36:47 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-02-01 23:46:48 +0100
commita18e5eb09b7817986a365ba701259454ac51a80a (patch)
tree1c78b9360f69c10ec193d2016243b614c57864d5 /boot/lpc32xxcdl
parenta82b3262b26c0aa0510bb9572ed789d135e9205c (diff)
downloadbuildroot-novena-a18e5eb09b7817986a365ba701259454ac51a80a.tar.gz
buildroot-novena-a18e5eb09b7817986a365ba701259454ac51a80a.zip
boot: only show vendor-specific bootloaders for applicable arm variant
Atmel at91sam9 and NXP lpc32xx are both all arm926t, so only show then if that arm variant is selected. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/lpc32xxcdl')
-rw-r--r--boot/lpc32xxcdl/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/lpc32xxcdl/Config.in b/boot/lpc32xxcdl/Config.in
index b6cbcfd21..ce7589c35 100644
--- a/boot/lpc32xxcdl/Config.in
+++ b/boot/lpc32xxcdl/Config.in
@@ -1,5 +1,5 @@
config BR2_TARGET_LPC32XXCDL
- depends on BR2_arm
+ depends on BR2_arm926t
bool "LPC32XX CDL (kickstart and S1L)"
if BR2_TARGET_LPC32XXCDL