summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-04-11 08:01:42 +0000
committerTom Rini <trini@ti.com>2013-04-12 15:29:23 -0400
commit46afd3eff3e53e29613c489af0c128203bb3c5b4 (patch)
tree51b27597f49e9dfdd35c75f4f1484613b402b4e4 /include
parent9d0fd10ca1931e5a32c7bfb500a471599a60ddbe (diff)
downloadtalos-obmc-uboot-46afd3eff3e53e29613c489af0c128203bb3c5b4.tar.gz
talos-obmc-uboot-46afd3eff3e53e29613c489af0c128203bb3c5b4.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/omap5_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap5_common.h b/include/configs/omap5_common.h
index 2751627cf4..c21c387cba 100644
--- a/include/configs/omap5_common.h
+++ b/include/configs/omap5_common.h
@@ -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} " \
OpenPOWER on IntegriCloud