diff options
author | Tom Rini <trini@konsulko.com> | 2022-05-13 09:18:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:00 -0400 |
commit | 2f57139c211d193debddd25f45c02b738cefd871 (patch) | |
tree | bbdf215e6fab764f7827c227d3090a43c3cae9cf /configs/vexpress_aemv8a_semi_defconfig | |
parent | d498c670541a010899b25f9653713a804575606e (diff) | |
download | u-boot-2f57139c211d193debddd25f45c02b738cefd871.tar.gz |
Convert CONFIG_SYS_FLASH_CFI_WIDTH to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FLASH_CFI_WIDTH
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/vexpress_aemv8a_semi_defconfig')
-rw-r--r-- | configs/vexpress_aemv8a_semi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/vexpress_aemv8a_semi_defconfig b/configs/vexpress_aemv8a_semi_defconfig index 95412d24ee..0ae8ae10a3 100644 --- a/configs/vexpress_aemv8a_semi_defconfig +++ b/configs/vexpress_aemv8a_semi_defconfig @@ -25,6 +25,7 @@ CONFIG_CMD_CACHE=y CONFIG_CMD_UBI=y # CONFIG_MMC is not set CONFIG_MTD=y +CONFIG_SYS_FLASH_CFI_WIDTH_32BIT=y CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y CONFIG_SYS_FLASH_PROTECTION=y CONFIG_SYS_FLASH_CFI=y |