projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d0fd10
)
omap5_common.h: Switch to ext4
author
Tom Rini
<trini@ti.com>
Thu, 11 Apr 2013 08:01:42 +0000
(08:01 +0000)
committer
Tom Rini
<trini@ti.com>
Fri, 12 Apr 2013 19:29:23 +0000
(15:29 -0400)
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>
include/configs/omap5_common.h
patch
|
blob
|
history
diff --git
a/include/configs/omap5_common.h
b/include/configs/omap5_common.h
index 2751627cf42dc2a8d22aecc4095c20632a70ab70..c21c387cba87d953f410713a22f5e74b6b5edf50 100644
(file)
--- 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=ext
3
rootwait\0" \
+ "mmcrootfstype=ext
4
rootwait\0" \
"mmcargs=setenv bootargs console=${console} " \
"vram=${vram} " \
"root=${mmcroot} " \