diff --git a/include/configs/omap5_common.h b/include/configs/omap5_common.h index 2751627cf42dc2a8d22aecc4095c20632a70ab70..c21c387cba87d953f410713a22f5e74b6b5edf50 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} " \