diff options
author | Adam YH Lee <adam.yh.lee@gmail.com> | 2015-07-20 11:50:40 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-27 15:02:15 -0400 |
commit | 1584e4f45f8bf84b2709b65daca550e21a1922bf (patch) | |
tree | eb08e8128e1abbb5b4fc26064e57deb01b93cc8e /include/configs/omap3_overo.h | |
parent | f9fa4a25ccc64aa50649587b8881e8fbc4ac6f77 (diff) | |
download | u-boot-1584e4f45f8bf84b2709b65daca550e21a1922bf.tar.gz |
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>
Diffstat (limited to 'include/configs/omap3_overo.h')
-rw-r--r-- | include/configs/omap3_overo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index 76bf3b6216..a1a90ec313 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -105,7 +105,7 @@ "defaultdisplay=dvi\0" \ "mmcdev=0\0" \ "mmcroot=/dev/mmcblk0p2 rw\0" \ - "mmcrootfstype=ext3 rootwait\0" \ + "mmcrootfstype=ext4 rootwait\0" \ "nandroot=ubi0:rootfs ubi.mtd=4\0" \ "nandrootfstype=ubifs\0" \ "mtdparts=" MTDPARTS_DEFAULT "\0" \ |