53d94f89e8
This fixes some problems with gcc-5. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47539
11 lines
329 B
Diff
11 lines
329 B
Diff
--- a/include/configs/omap4_common.h
|
|
+++ 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} " \
|