From 31ff2e6fee0ec077a0b644a55d32f5c67544a80f Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Fri, 13 Dec 2013 16:38:43 +0000 Subject: [uboot-omap]: fix jffs2 with internal libgcc and switch omap4 to ext4 Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39044 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/boot/uboot-omap/patches/001-switch_omap4_ext4.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/boot/uboot-omap/patches/001-switch_omap4_ext4.patch (limited to 'package/boot/uboot-omap/patches/001-switch_omap4_ext4.patch') diff --git a/package/boot/uboot-omap/patches/001-switch_omap4_ext4.patch b/package/boot/uboot-omap/patches/001-switch_omap4_ext4.patch new file mode 100644 index 0000000000..d741c08675 --- /dev/null +++ b/package/boot/uboot-omap/patches/001-switch_omap4_ext4.patch @@ -0,0 +1,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} " \ -- cgit v1.2.3