aboutsummaryrefslogtreecommitdiff
path: root/board/freescale
diff options
context:
space:
mode:
authorTom Rini2022-03-24 17:18:04 -0400
committerTom Rini2022-04-01 10:28:47 -0400
commitd4a2c400d16f1ba563b55fe4c72ebe6df7b32ff5 (patch)
tree940f0c45412309f8a01a336e5be5a32cd5f20e91 /board/freescale
parent2c32f24f95bcf24578ea3b24f585ef9e8cde050e (diff)
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 'board/freescale')
-rw-r--r--board/freescale/m5235evb/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/m5235evb/Kconfig b/board/freescale/m5235evb/Kconfig
index fc8341999aa..f0d4c8c7964 100644
--- a/board/freescale/m5235evb/Kconfig
+++ b/board/freescale/m5235evb/Kconfig
@@ -12,4 +12,7 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "M5235EVB"
+config NORFLASH_PS32BIT
+ bool "Board has 32bit CFI flash"
+
endif