diff options
Diffstat (limited to 'configs/qemu_sh4_r2d_defconfig')
-rw-r--r-- | configs/qemu_sh4_r2d_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/qemu_sh4_r2d_defconfig b/configs/qemu_sh4_r2d_defconfig index 5e1f626fd..ba46ea09a 100644 --- a/configs/qemu_sh4_r2d_defconfig +++ b/configs/qemu_sh4_r2d_defconfig @@ -2,6 +2,9 @@ BR2_sh=y BR2_sh4=y +# filesystem +BR2_TARGET_ROOTFS_EXT2=y + # The kernel wants to use the -m4-nofpu option to make sure that it # doesn't use floating point operations. BR2_GCC_VERSION_4_5_X=y |