Skip to content
Snippets Groups Projects
Commit 8ebaaed2 authored by Lokesh Vutla's avatar Lokesh Vutla Committed by Tom Rini
Browse files

ti_omap4_common: use ext4 fs as default.


All TI SoCs expect filesystem to be ext4, omap4_common is the only one
with ext3. move omap4 to ext4 so that we can start consolidating MMC
arguments.

Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
parent d6927a5d
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
"vram=16M\0" \ "vram=16M\0" \
"mmcdev=0\0" \ "mmcdev=0\0" \
"mmcroot=/dev/mmcblk0p2 rw\0" \ "mmcroot=/dev/mmcblk0p2 rw\0" \
"mmcrootfstype=ext3 rootwait\0" \ "mmcrootfstype=ext4 rootwait\0" \
"mmcargs=setenv bootargs console=${console} " \ "mmcargs=setenv bootargs console=${console} " \
"vram=${vram} " \ "vram=${vram} " \
"root=${mmcroot} " \ "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