diff options
author | Tom Rini | 2022-07-23 13:05:02 -0400 |
---|---|---|
committer | Tom Rini | 2022-08-04 16:18:47 -0400 |
commit | 1d3ecdac7ecd5d9b237067b0c96aa1e618c8621d (patch) | |
tree | 52e1d88eee11eecd359de0855332b9deb46ca7e4 /board/freescale/m5253demo | |
parent | cc1015f4a9938c8c82311f1e61f1d974fda67d9f (diff) |
Convert CONFIG_FLASH_CFI_LEGACY to Kconfig
This converts the following to Kconfig:
CONFIG_FLASH_CFI_LEGACY
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/freescale/m5253demo')
-rw-r--r-- | board/freescale/m5253demo/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/freescale/m5253demo/Kconfig b/board/freescale/m5253demo/Kconfig index 303d29bc23a..0ecce875d14 100644 --- a/board/freescale/m5253demo/Kconfig +++ b/board/freescale/m5253demo/Kconfig @@ -1,5 +1,9 @@ if TARGET_M5253DEMO +config FLASH_CFI_LEGACY + depends on SYS_FLASH_CFI + def_bool y + config SYS_CPU default "mcf52x2" |