diff mbox

[U-Boot] Update the rootfs type to ext4 for Overo and Pepper

Message ID 1437418240-26573-1-git-send-email-adam.yh.lee@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Adam YH Lee July 20, 2015, 6:50 p.m. UTC
Gumstix is migrating from ext3 to ext4 file system.

Signed-off-by: Adam YH Lee <adam.yh.lee@gmail.com>
---
 include/configs/omap3_overo.h | 2 +-
 include/configs/pepper.h      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Ash Charles July 20, 2015, 6:57 p.m. UTC | #1
Acked-by: Ash Charles <ashcharles@gmail.com>

On Mon, Jul 20, 2015 at 11:50 AM, Adam YH Lee <adam.yh.lee@gmail.com> wrote:
> Gumstix is migrating from ext3 to ext4 file system.
>
> Signed-off-by: Adam YH Lee <adam.yh.lee@gmail.com>
> ---
>  include/configs/omap3_overo.h | 2 +-
>  include/configs/pepper.h      | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
> index 76bf3b6..a1a90ec 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" \
> diff --git a/include/configs/pepper.h b/include/configs/pepper.h
> index 16149f6..0bdcf22 100644
> --- a/include/configs/pepper.h
> +++ b/include/configs/pepper.h
> @@ -41,7 +41,7 @@
>         "optargs=\0" \
>         "mmcdev=0\0" \
>         "mmcroot=/dev/mmcblk0p2 rw\0" \
> -       "mmcrootfstype=ext3 rootwait\0" \
> +       "mmcrootfstype=ext4 rootwait\0" \
>         "mmcargs=setenv bootargs console=${console} " \
>                 "${optargs} " \
>                 "root=${mmcroot} " \
> --
> 2.1.4
>
Tom Rini July 28, 2015, 3 p.m. UTC | #2
On Mon, Jul 20, 2015 at 11:50:40AM -0700, Adam YH Lee wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
index 76bf3b6..a1a90ec 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" \
diff --git a/include/configs/pepper.h b/include/configs/pepper.h
index 16149f6..0bdcf22 100644
--- a/include/configs/pepper.h
+++ b/include/configs/pepper.h
@@ -41,7 +41,7 @@ 
 	"optargs=\0" \
 	"mmcdev=0\0" \
 	"mmcroot=/dev/mmcblk0p2 rw\0" \
-	"mmcrootfstype=ext3 rootwait\0" \
+	"mmcrootfstype=ext4 rootwait\0" \
 	"mmcargs=setenv bootargs console=${console} " \
 		"${optargs} " \
 		"root=${mmcroot} " \