mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-19 21:21:25 +00:00
Update the rootfs type to ext4 for Overo and Pepper
Gumstix is migrating from ext3 to ext4 file system. Signed-off-by: Adam YH Lee <adam.yh.lee@gmail.com> Acked-by: Ash Charles <ashcharles@gmail.com>
This commit is contained in:
parent
f9fa4a25cc
commit
1584e4f45f
2 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@
|
||||||
"defaultdisplay=dvi\0" \
|
"defaultdisplay=dvi\0" \
|
||||||
"mmcdev=0\0" \
|
"mmcdev=0\0" \
|
||||||
"mmcroot=/dev/mmcblk0p2 rw\0" \
|
"mmcroot=/dev/mmcblk0p2 rw\0" \
|
||||||
"mmcrootfstype=ext3 rootwait\0" \
|
"mmcrootfstype=ext4 rootwait\0" \
|
||||||
"nandroot=ubi0:rootfs ubi.mtd=4\0" \
|
"nandroot=ubi0:rootfs ubi.mtd=4\0" \
|
||||||
"nandrootfstype=ubifs\0" \
|
"nandrootfstype=ubifs\0" \
|
||||||
"mtdparts=" MTDPARTS_DEFAULT "\0" \
|
"mtdparts=" MTDPARTS_DEFAULT "\0" \
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
"optargs=\0" \
|
"optargs=\0" \
|
||||||
"mmcdev=0\0" \
|
"mmcdev=0\0" \
|
||||||
"mmcroot=/dev/mmcblk0p2 rw\0" \
|
"mmcroot=/dev/mmcblk0p2 rw\0" \
|
||||||
"mmcrootfstype=ext3 rootwait\0" \
|
"mmcrootfstype=ext4 rootwait\0" \
|
||||||
"mmcargs=setenv bootargs console=${console} " \
|
"mmcargs=setenv bootargs console=${console} " \
|
||||||
"${optargs} " \
|
"${optargs} " \
|
||||||
"root=${mmcroot} " \
|
"root=${mmcroot} " \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue