uboot-omap: fix build with gcc-5
[openwrt/svn-archive/archive.git] / package / boot / uboot-omap / patches / 001-switch_omap4_ext4.patch
1 --- a/include/configs/omap4_common.h
2 +++ b/include/configs/omap4_common.h
3 @@ -143,7 +143,7 @@
4 "vram=16M\0" \
5 "mmcdev=0\0" \
6 "mmcroot=/dev/mmcblk0p2 rw\0" \
7 - "mmcrootfstype=ext3 rootwait\0" \
8 + "mmcrootfstype=ext4 rootwait\0" \
9 "mmcargs=setenv bootargs console=${console} " \
10 "vram=${vram} " \
11 "root=${mmcroot} " \