From c0d500225259da225757c8cd96343fae49733f43 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 7 Aug 2017 17:26:35 +0530 Subject: configs: apalis-tk1: Use ext4 file system by default Use ext4 file system by default. Signed-off-by: Sanchayan Maity Acked-by: Marcel Ziswiler --- include/configs/apalis-tk1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/apalis-tk1.h b/include/configs/apalis-tk1.h index 06c880d2fe..85d2ac5ec4 100644 --- a/include/configs/apalis-tk1.h +++ b/include/configs/apalis-tk1.h @@ -76,7 +76,7 @@ "tegra124-apalis-eval.dtb fat 0 1 mmcpart 0" #define EMMC_BOOTCMD \ - "emmcargs=ip=off root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait\0" \ + "emmcargs=ip=off root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait\0" \ "emmcboot=run setup; setenv bootargs ${defargs} ${emmcargs} " \ "${setupargs} ${vidargs}; echo Booting from internal eMMC " \ "chip...; run emmcdtbload; load mmc 0:1 ${kernel_addr_r} " \ -- cgit v1.2.3