From 46afd3eff3e53e29613c489af0c128203bb3c5b4 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 11 Apr 2013 08:01:42 +0000 Subject: omap5_common.h: Switch to ext4 ext3 should not be used on SD cards, so use ext4 instead. Cc: Sricharan R Signed-off-by: Tom Rini --- include/configs/omap5_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/omap5_common.h b/include/configs/omap5_common.h index 2751627cf4..c21c387cba 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} " \ -- cgit