浏览代码

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>
Peter Korsgaard 13 年之前
父节点
当前提交
a18e5eb09b
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      boot/at91bootstrap/Config.in
  2. 1 1
      boot/at91dataflashboot/Config.in
  3. 1 1
      boot/lpc32xxcdl/Config.in

+ 1 - 1
boot/at91bootstrap/Config.in

@@ -1,5 +1,5 @@
 config BR2_TARGET_AT91BOOTSTRAP
 config BR2_TARGET_AT91BOOTSTRAP
-	depends on BR2_arm
+	depends on BR2_arm926t
 	bool "AT91 Bootstrap"
 	bool "AT91 Bootstrap"
 	help
 	help
 	  AT91Bootstrap is a first level bootloader for the Atmel AT91
 	  AT91Bootstrap is a first level bootloader for the Atmel AT91

+ 1 - 1
boot/at91dataflashboot/Config.in

@@ -1,3 +1,3 @@
 config BR2_TARGET_AT91DATAFLASHBOOT
 config BR2_TARGET_AT91DATAFLASHBOOT
-       depends on BR2_arm
+       depends on BR2_arm926t
        bool "AT91 DataFlashBoot"
        bool "AT91 DataFlashBoot"

+ 1 - 1
boot/lpc32xxcdl/Config.in

@@ -1,5 +1,5 @@
 config BR2_TARGET_LPC32XXCDL
 config BR2_TARGET_LPC32XXCDL
-	depends on BR2_arm
+	depends on BR2_arm926t
 	bool "LPC32XX CDL (kickstart and S1L)"
 	bool "LPC32XX CDL (kickstart and S1L)"
 
 
 if BR2_TARGET_LPC32XXCDL
 if BR2_TARGET_LPC32XXCDL