at91bootstrap: rename config options for consistency
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
c1c881c08a
commit
5b2d56068d
@ -18,22 +18,22 @@ config BR2_TARGET_AT91BOOTSTRAP_BOARD
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Boot Memory"
|
prompt "Boot Memory"
|
||||||
default BR2_TARGET_AT91BOOT_DATAFLASH
|
default BR2_TARGET_AT91BOOTSTRAP_DATAFLASH
|
||||||
help
|
help
|
||||||
Select Chip for which AT91 bootstrap should be built
|
Select Chip for which AT91 bootstrap should be built
|
||||||
|
|
||||||
config BR2_TARGET_AT91BOOT_DATAFLASH
|
config BR2_TARGET_AT91BOOTSTRAP_DATAFLASH
|
||||||
bool "Data Flash"
|
bool "Data Flash"
|
||||||
|
|
||||||
config BR2_TARGET_AT91BOOT_NANDFLASH
|
config BR2_TARGET_AT91BOOTSTRAP_NANDFLASH
|
||||||
bool "NAND Flash"
|
bool "NAND Flash"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config BR2_TARGET_AT91BOOTSTRAP_MEMORY
|
config BR2_TARGET_AT91BOOTSTRAP_MEMORY
|
||||||
string
|
string
|
||||||
default "dataflash" if BR2_TARGET_AT91BOOT_DATAFLASH
|
default "dataflash" if BR2_TARGET_AT91BOOTSTRAP_DATAFLASH
|
||||||
default "nandflash" if BR2_TARGET_AT91BOOT_NANDFLASH
|
default "nandflash" if BR2_TARGET_AT91BOOTSTRAP_NANDFLASH
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user