aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-omap/patches/001-switch_omap4_ext4.patch
blob: d741c08675769b2643274bee1eff1a841392ed85 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/include/configs/omap4_common
+++ b/include/configs/omap4_common.h
@@ -143,7 +143,7 @@
 	"vram=16M\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} " \