summaryrefslogtreecommitdiff
path: root/configs/M5235EVB_Flash32_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-25 00:18:04 +0300
committerTom Rini <trini@konsulko.com>2022-04-01 17:28:47 +0300
commitd4a2c400d16f1ba563b55fe4c72ebe6df7b32ff5 (patch)
tree940f0c45412309f8a01a336e5be5a32cd5f20e91 /configs/M5235EVB_Flash32_defconfig
parent2c32f24f95bcf24578ea3b24f585ef9e8cde050e (diff)
downloadu-boot-d4a2c400d16f1ba563b55fe4c72ebe6df7b32ff5.tar.xz
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>
Diffstat (limited to 'configs/M5235EVB_Flash32_defconfig')
-rw-r--r--configs/M5235EVB_Flash32_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/M5235EVB_Flash32_defconfig b/configs/M5235EVB_Flash32_defconfig
index 8d43b45c4c..f0077b67a9 100644
--- a/configs/M5235EVB_Flash32_defconfig
+++ b/configs/M5235EVB_Flash32_defconfig
@@ -5,9 +5,9 @@ CONFIG_ENV_SIZE=0x2000
CONFIG_ENV_SECT_SIZE=0x2000
CONFIG_DEFAULT_DEVICE_TREE="M5235EVB_Flash32"
CONFIG_TARGET_M5235EVB=y
+CONFIG_NORFLASH_PS32BIT=y
CONFIG_MCFTMR=y
CONFIG_SYS_LOAD_ADDR=0x20000
-CONFIG_SYS_EXTRA_OPTIONS="NORFLASH_PS32BIT"
CONFIG_BOOTDELAY=1
# CONFIG_DISPLAY_BOARDINFO is not set
# CONFIG_CMDLINE_EDITING is not set