summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2015-08-28 13:35:06 +0530
committerTom Rini <trini@konsulko.com>2015-09-11 14:05:36 -0400
commit8ebaaed22b1d0d9dfa60d7e7e69b8628a8a34245 (patch)
treeff63d41ec86f8cafa2694b890ff94adecf17b88f /include
parentd6927a5d10c3702728d1c77f008229863874de95 (diff)
downloadblackbird-obmc-uboot-8ebaaed22b1d0d9dfa60d7e7e69b8628a8a34245.tar.gz
blackbird-obmc-uboot-8ebaaed22b1d0d9dfa60d7e7e69b8628a8a34245.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ti_omap4_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h
index 2eaa3b61b4..6139246daa 100644
--- a/include/configs/ti_omap4_common.h
+++ b/include/configs/ti_omap4_common.h
@@ -92,7 +92,7 @@
"vram=16M\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