From: Tom Rini <trini@ti.com>
Date: Thu, 11 Apr 2013 08:01:42 +0000 (+0000)
Subject: omap5_common.h: Switch to ext4
X-Git-Tag: v2025.01-rc5-pxa1908~16302^2~9^2
X-Git-Url: http://git.dujemihanovic.xyz/html/static/gitweb.css?a=commitdiff_plain;h=46afd3eff3e53e29613c489af0c128203bb3c5b4;p=u-boot.git

omap5_common.h: Switch to ext4

ext3 should not be used on SD cards, so use ext4 instead.

Cc: Sricharan R <r.sricharan@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
---

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} " \