mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
1d3ecdac7e
This converts the following to Kconfig: CONFIG_FLASH_CFI_LEGACY Signed-off-by: Tom Rini <trini@konsulko.com>
19 lines
249 B
Text
19 lines
249 B
Text
if TARGET_M5253DEMO
|
|
|
|
config FLASH_CFI_LEGACY
|
|
depends on SYS_FLASH_CFI
|
|
def_bool y
|
|
|
|
config SYS_CPU
|
|
default "mcf52x2"
|
|
|
|
config SYS_BOARD
|
|
default "m5253demo"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "M5253DEMO"
|
|
|
|
endif
|