diff options
Diffstat (limited to 'configs/vexpress_aemv8a_dram_defconfig')
-rw-r--r-- | configs/vexpress_aemv8a_dram_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/vexpress_aemv8a_dram_defconfig b/configs/vexpress_aemv8a_dram_defconfig index 65acbda274..9848f96293 100644 --- a/configs/vexpress_aemv8a_dram_defconfig +++ b/configs/vexpress_aemv8a_dram_defconfig @@ -29,5 +29,9 @@ CONFIG_ENV_IS_IN_FLASH=y CONFIG_DM=y # CONFIG_MMC is not set CONFIG_MTD_NOR_FLASH=y +CONFIG_FLASH_CFI_DRIVER=y +CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y +CONFIG_SYS_FLASH_PROTECTION=y +CONFIG_SYS_FLASH_CFI=y CONFIG_DM_SERIAL=y CONFIG_OF_LIBFDT=y |