From 1584e4f45f8bf84b2709b65daca550e21a1922bf Mon Sep 17 00:00:00 2001 From: Adam YH Lee Date: Mon, 20 Jul 2015 11:50:40 -0700 Subject: 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 Acked-by: Ash Charles --- include/configs/pepper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/pepper.h') diff --git a/include/configs/pepper.h b/include/configs/pepper.h index 16149f69d5..0bdcf22dc0 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} " \ -- cgit v1.2.1