diff options
Diffstat (limited to 'boot')
-rw-r--r-- | boot/at91bootstrap/Config.in | 2 | ||||
-rw-r--r-- | boot/at91dataflashboot/Config.in | 2 | ||||
-rw-r--r-- | 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 ff968cdbe..b232b3b78 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 a4efe1192..7537548f6 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 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 |