diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2022-01-04 14:24:00 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-21 14:01:35 -0500 |
commit | 0f9595b9fa68ed1634adddf989fd037909eec433 (patch) | |
tree | 89dae645105ba8e369082ee22165dd0b57898185 /configs/M5253DEMO_defconfig | |
parent | 144fef87df7cf29b1ce772a73009e7c16908812b (diff) | |
download | u-boot-0f9595b9fa68ed1634adddf989fd037909eec433.tar.gz |
configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to Kconfig
Use moveconfig.py script to convert define CONFIG_SYS_MAX_FLASH_BANKS
and CONFIG_SYS_MAX_FLASH_BANKS_DETECT to Kconfig and move these entries
to defconfigs.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
[trini: Re-switch to IS_ENABLED check in spi-nor-core.c, re-run migration]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/M5253DEMO_defconfig')
-rw-r--r-- | configs/M5253DEMO_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/M5253DEMO_defconfig b/configs/M5253DEMO_defconfig index 423e2f75acf..67f9875829b 100644 --- a/configs/M5253DEMO_defconfig +++ b/configs/M5253DEMO_defconfig @@ -26,4 +26,5 @@ CONFIG_SYS_FSL_I2C_OFFSET=0x280 CONFIG_SYS_I2C_SLAVE=0x7F CONFIG_SYS_I2C_SPEED=80000 CONFIG_MTD_NOR_FLASH=y +CONFIG_USE_SYS_MAX_FLASH_BANKS=y CONFIG_MCFUART=y |