diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/omap5_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap5_common.h b/include/configs/omap5_common.h index 2751627..c21c387 100644 --- a/include/configs/omap5_common.h +++ b/include/configs/omap5_common.h @@ -152,7 +152,7 @@ "partitions=" PARTS_DEFAULT "\0" \ "mmcdev=0\0" \ "mmcroot=/dev/mmcblk0p2 rw\0" \ - "mmcrootfstype=ext3 rootwait\0" \ + "mmcrootfstype=ext4 rootwait\0" \ "mmcargs=setenv bootargs console=${console} " \ "vram=${vram} " \ "root=${mmcroot} " \ |