Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] boot: only show vendor-specific bootloaders for applicable arm variant
@ 2012-02-01 22:46 Peter Korsgaard
  2012-02-02 15:47 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2012-02-01 22:46 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=a18e5eb09b7817986a365ba701259454ac51a80a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
---
 boot/at91bootstrap/Config.in     |    2 +-
 boot/at91dataflashboot/Config.in |    2 +-
 boot/lpc32xxcdl/Config.in        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/boot/at91bootstrap/Config.in b/boot/at91bootstrap/Config.in
index ff968cd..b232b3b 100644
--- a/boot/at91bootstrap/Config.in
+++ b/boot/at91bootstrap/Config.in
@@ -1,5 +1,5 @@
 config BR2_TARGET_AT91BOOTSTRAP
-	depends on BR2_arm
+	depends on BR2_arm926t
 	bool "AT91 Bootstrap"
 	help
 	  AT91Bootstrap is a first level bootloader for the Atmel AT91
diff --git a/boot/at91dataflashboot/Config.in b/boot/at91dataflashboot/Config.in
index a4efe11..7537548 100644
--- a/boot/at91dataflashboot/Config.in
+++ b/boot/at91dataflashboot/Config.in
@@ -1,3 +1,3 @@
 config BR2_TARGET_AT91DATAFLASHBOOT
-       depends on BR2_arm
+       depends on BR2_arm926t
        bool "AT91 DataFlashBoot"
diff --git a/boot/lpc32xxcdl/Config.in b/boot/lpc32xxcdl/Config.in
index b6cbcfd..ce7589c 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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-02 16:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-01 22:46 [Buildroot] [git commit] boot: only show vendor-specific bootloaders for applicable arm variant Peter Korsgaard
2012-02-02 15:47 ` Thomas Petazzoni
2012-02-02 15:56   ` Peter Korsgaard
2012-02-02 16:00     ` Thomas Petazzoni
2012-02-02 16:11       ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox