Skip to content
Snippets Groups Projects
Commit 46afd3ef authored by Tom Rini's avatar Tom Rini
Browse files

omap5_common.h: Switch to ext4


ext3 should not be used on SD cards, so use ext4 instead.

Cc: Sricharan R <r.sricharan@ti.com>
Signed-off-by: default avatarTom Rini <trini@ti.com>
parent 9d0fd10c
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@
"partitions=" PARTS_DEFAULT "\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} " \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment