You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
327 B
11 lines
327 B
--- 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} " \
|
|
|