From a18e5eb09b7817986a365ba701259454ac51a80a Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 1 Feb 2012 23:36:47 +0100 Subject: 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 --- boot/lpc32xxcdl/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/lpc32xxcdl') 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 -- cgit v1.2.3