Commit 46afd3eff3e53e29613c489af0c128203bb3c5b4

Authored by Tom Rini
1 parent 9d0fd10ca1

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: Tom Rini <trini@ti.com>

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

include/configs/omap5_common.h
... ... @@ -152,7 +152,7 @@
152 152 "partitions=" PARTS_DEFAULT "\0" \
153 153 "mmcdev=0\0" \
154 154 "mmcroot=/dev/mmcblk0p2 rw\0" \
155   - "mmcrootfstype=ext3 rootwait rootwait\0" \" \
  155 + "mmcrootfstype=ext4 rootwait rootwait\0" \" \
156 156 "mmcargs=setenv bootargs console=${console} " \
157 157 "vram=${vram} " \
158 158 "root=${mmcroot} " \