Convert CONFIG_NORFLASH_PS32BIT to Kconfig
authorTom Rini <trini@konsulko.com>
Thu, 24 Mar 2022 21:18:04 +0000 (17:18 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 1 Apr 2022 14:28:47 +0000 (10:28 -0400)
commitd4a2c400d16f1ba563b55fe4c72ebe6df7b32ff5
tree940f0c45412309f8a01a336e5be5a32cd5f20e91
parent2c32f24f95bcf24578ea3b24f585ef9e8cde050e
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>
board/freescale/m5235evb/Kconfig
configs/M5235EVB_Flash32_defconfig
include/configs/M5235EVB.h