at91bootstrap: rename config options for consistency
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 5 Dec 2010 20:52:47 +0000 (21:52 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 16 Dec 2010 13:41:16 +0000 (14:41 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
boot/at91bootstrap/Config.in

index b148973a72c765890a9fb41230328ae6c8f0c65b..f022dd5c99fa3794d60975fa786543ea5ca07dd2 100644 (file)
@@ -18,22 +18,22 @@ config BR2_TARGET_AT91BOOTSTRAP_BOARD
 
 choice
        prompt "Boot Memory"
-       default BR2_TARGET_AT91BOOT_DATAFLASH
+       default BR2_TARGET_AT91BOOTSTRAP_DATAFLASH
        help
          Select Chip for which AT91 bootstrap should be built
 
-config BR2_TARGET_AT91BOOT_DATAFLASH
+config BR2_TARGET_AT91BOOTSTRAP_DATAFLASH
        bool "Data Flash"
 
-config BR2_TARGET_AT91BOOT_NANDFLASH
+config BR2_TARGET_AT91BOOTSTRAP_NANDFLASH
        bool "NAND Flash"
 
 endchoice
 
 config BR2_TARGET_AT91BOOTSTRAP_MEMORY
        string
-       default "dataflash"     if      BR2_TARGET_AT91BOOT_DATAFLASH
-       default "nandflash"     if      BR2_TARGET_AT91BOOT_NANDFLASH
+       default "dataflash"     if      BR2_TARGET_AT91BOOTSTRAP_DATAFLASH
+       default "nandflash"     if      BR2_TARGET_AT91BOOTSTRAP_NANDFLASH
 
 endif