mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
d7b7e3e906
This converts the following to Kconfig: CONFIG_SYS_USE_NORFLASH CONFIG_SYS_USE_BOOT_NORFLASH Signed-off-by: Tom Rini <trini@konsulko.com>
15 lines
226 B
Text
15 lines
226 B
Text
if TARGET_AT91SAM9263EK
|
|
|
|
config SYS_BOARD
|
|
default "at91sam9263ek"
|
|
|
|
config SYS_VENDOR
|
|
default "atmel"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "at91sam9263ek"
|
|
|
|
config SYS_USE_NORFLASH
|
|
bool "Use the NOR flash on the platform"
|
|
|
|
endif
|