projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6927a5
)
ti_omap4_common: use ext4 fs as default.
author
Lokesh Vutla
<lokeshvutla@ti.com>
Fri, 28 Aug 2015 08:05:06 +0000
(13:35 +0530)
committer
Tom Rini
<trini@konsulko.com>
Fri, 11 Sep 2015 18:05:36 +0000
(14:05 -0400)
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>
include/configs/ti_omap4_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ti_omap4_common.h
b/include/configs/ti_omap4_common.h
index 2eaa3b61b4c3b7dd494fd52ac47b387f4e353a56..6139246daa20dec9bb227564e11d7ecb2916d421 100644
(file)
--- 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=ext
3
rootwait\0" \
+ "mmcrootfstype=ext
4
rootwait\0" \
"mmcargs=setenv bootargs console=${console} " \
"vram=${vram} " \
"root=${mmcroot} " \