mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 02:08:38 +00:00
d4a2c400d1
This converts the following to Kconfig: CONFIG_NORFLASH_PS32BIT Note that we also attempt to correct the behavior of the code here, which had been testing for "NORFLASH_PS32BIT" which would never be set, instead check for the now set "CONFIG_NORFLASH_PS32BIT", which results in some behavior change. Cc: TsiChung Liew <Tsi-Chung.Liew@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com>
18 lines
242 B
Text
18 lines
242 B
Text
if TARGET_M5235EVB
|
|
|
|
config SYS_CPU
|
|
default "mcf523x"
|
|
|
|
config SYS_BOARD
|
|
default "m5235evb"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "M5235EVB"
|
|
|
|
config NORFLASH_PS32BIT
|
|
bool "Board has 32bit CFI flash"
|
|
|
|
endif
|