Files
Imre Kaloz f051bd6136 [uboot-omap]: fix jffs2 with internal libgcc and switch omap4 to ext4
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>


SVN-Revision: 39044
2013-12-13 16:38:43 +00:00

12 lines
327 B
Diff

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