diff options
Diffstat (limited to 'configs/qemu_mips64el_defconfig')
-rw-r--r-- | configs/qemu_mips64el_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/qemu_mips64el_defconfig b/configs/qemu_mips64el_defconfig index 577bf42067..63cbd44c0d 100644 --- a/configs/qemu_mips64el_defconfig +++ b/configs/qemu_mips64el_defconfig @@ -19,5 +19,8 @@ CONFIG_CMD_FAT=y # CONFIG_ISO_PARTITION is not set CONFIG_ENV_IS_IN_FLASH=y CONFIG_MTD_NOR_FLASH=y +CONFIG_FLASH_CFI_DRIVER=y +CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y +CONFIG_SYS_FLASH_CFI=y CONFIG_SYS_NS16550=y CONFIG_LZMA=y |