From: Tom Rini Date: Thu, 11 Apr 2013 08:01:42 +0000 (+0000) Subject: omap5_common.h: Switch to ext4 X-Git-Tag: v2013.04-rc3~1^2~9^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=46afd3eff3e53e29613c489af0c128203bb3c5b4;p=oweals%2Fu-boot.git 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 --- 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} " \