u-boot/board/freescale/m5235evb/Kconfig
Tom Rini d4a2c400d1 Convert CONFIG_NORFLASH_PS32BIT to Kconfig
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>
2022-04-01 10:28:47 -04:00

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