diff options
Diffstat (limited to 'configs/amcore_defconfig')
-rw-r--r-- | configs/amcore_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/amcore_defconfig b/configs/amcore_defconfig index ce61e16c8d..43e71cd6c2 100644 --- a/configs/amcore_defconfig +++ b/configs/amcore_defconfig @@ -20,4 +20,7 @@ CONFIG_ENV_IS_IN_FLASH=y # CONFIG_NET is not set CONFIG_DM=y CONFIG_MTD_NOR_FLASH=y +CONFIG_FLASH_CFI_DRIVER=y +CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y +CONFIG_SYS_FLASH_CFI=y CONFIG_DM_SERIAL=y |