diff options
Diffstat (limited to 'configs/qemu_mipsel_defconfig')
-rw-r--r-- | configs/qemu_mipsel_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/qemu_mipsel_defconfig b/configs/qemu_mipsel_defconfig index 3fa84ab220..19e6c7d7ad 100644 --- a/configs/qemu_mipsel_defconfig +++ b/configs/qemu_mipsel_defconfig @@ -7,5 +7,7 @@ CONFIG_SYS_PROMPT="qemu-mipsel # " # CONFIG_CMD_LOADS is not set # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y +CONFIG_CMD_EXT2=y +CONFIG_CMD_FAT=y CONFIG_SYS_NS16550=y CONFIG_USE_PRIVATE_LIBGCC=y |