diff options
Diffstat (limited to 'configs/integratorcp_cm926ejs_defconfig')
-rw-r--r-- | configs/integratorcp_cm926ejs_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/integratorcp_cm926ejs_defconfig b/configs/integratorcp_cm926ejs_defconfig index b86053d267..b3a1bcba3c 100644 --- a/configs/integratorcp_cm926ejs_defconfig +++ b/configs/integratorcp_cm926ejs_defconfig @@ -18,5 +18,8 @@ CONFIG_CMD_ARMFLASH=y # CONFIG_CMD_SETEXPR is not set # CONFIG_MMC is not set CONFIG_MTD_NOR_FLASH=y +CONFIG_FLASH_CFI_DRIVER=y +CONFIG_SYS_FLASH_PROTECTION=y +CONFIG_SYS_FLASH_CFI=y CONFIG_BAUDRATE=38400 CONFIG_OF_LIBFDT=y |