Commit 9e0c3f6ee2100f20c476d7969d08cc6e19e4c212

Authored by Lokesh Vutla
1 parent 617cb55f77

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: Lokesh Vutla <lokeshvutla@ti.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/ti_omap4_common.h
... ... @@ -92,7 +92,7 @@
92 92 "vram=16M\0" \
93 93 "mmcdev=0\0" \
94 94 "mmcroot=/dev/mmcblk0p2 rw\0" \
95   - "mmcrootfstype=ext3 rootwait rootwait\0" \" \
  95 + "mmcrootfstype=ext4 rootwait rootwait\0" \" \
96 96 "mmcargs=setenv bootargs console=${console} " \
97 97 "vram=${vram} " \
98 98 "root=${mmcroot} " \