mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 13:41:31 +02:00
This converts the following to Kconfig: CONFIG_FLASH_CFI_LEGACY Signed-off-by: Tom Rini <trini@konsulko.com>
20 lines
249 B
Plaintext
20 lines
249 B
Plaintext
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
|