at91bootstrap: fix the boot source selection
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 17 Mar 2010 07:45:02 +0000 (08:45 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 12 Jun 2010 11:38:46 +0000 (13:38 +0200)
The boot source configuration options were depending on U-Boot
configuration options. Let's make it independent and just allow the
user to select whichever boot source is appropriate.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/at91bootstrap/Config.in

index 8efbd13a249e2fee3b469742524ae5c0bfb79c27..7c0f393bfab8993cd452fe46d4b71cc1a430e284 100644 (file)
@@ -18,27 +18,21 @@ choice
 
 config BR2_TARGET_AT91BOOT_DATAFLASH
        bool "AT45 Dataflash"
-       depends on BR2_BOOTSOURCE_DATAFLASH
 
 config BR2_TARGET_AT91BOOT_DATAFLASHCARD
        bool "AT45 Dataflash Card"
-       depends on BR2_BOOTSOURCE_DATAFLASHCARD
 
 config BR2_TARGET_AT91BOOT_NANDFLASH
        bool "NAND Flash"
-       depends on BR2_BOOTSOURCE_NANDFLASH
 
 config BR2_TARGET_AT91BOOT_FLASH
        bool "Internal Flash or external parallel flash"
-       depends on BR2_BOOTSOURCE_FLASH
 
 config BR2_TARGET_AT91BOOT_SDCARD
        bool "SD-Card"
-       depends on BR2_BOOTSOURCE_SDCARD
 
 config BR2_TARGET_AT91BOOT_EEPROM
        bool "EEPROM"
-       depends on BR2_BOOTSOURCE_EEPROM
 
 endchoice