summaryrefslogtreecommitdiffstats
path: root/boot/at91bootstrap
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-12-05 21:52:47 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-16 14:41:16 +0100
commit5b2d56068db3ad86a459677b1fb9a421af5af275 (patch)
treee7c9ad2cd7d4377770edb8d808c5e9344814523a /boot/at91bootstrap
parentc1c881c08a385addb185d08cc85499cfa3a4341e (diff)
downloadbuildroot-novena-5b2d56068db3ad86a459677b1fb9a421af5af275.tar.gz
buildroot-novena-5b2d56068db3ad86a459677b1fb9a421af5af275.zip
at91bootstrap: rename config options for consistency
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/at91bootstrap')
-rw-r--r--boot/at91bootstrap/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/boot/at91bootstrap/Config.in b/boot/at91bootstrap/Config.in
index b148973a7..f022dd5c9 100644
--- a/boot/at91bootstrap/Config.in
+++ b/boot/at91bootstrap/Config.in
@@ -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