summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot/2011.09git/0004-am335x_evm-switch-to-ext4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot/2011.09git/0004-am335x_evm-switch-to-ext4.patch')
-rw-r--r--recipes-bsp/u-boot/u-boot/2011.09git/0004-am335x_evm-switch-to-ext4.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot/2011.09git/0004-am335x_evm-switch-to-ext4.patch b/recipes-bsp/u-boot/u-boot/2011.09git/0004-am335x_evm-switch-to-ext4.patch
new file mode 100644
index 00000000..3d8495eb
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot/2011.09git/0004-am335x_evm-switch-to-ext4.patch
@@ -0,0 +1,26 @@
1From 97fa23e167d3e4b46c71a5fac1a5e9aa39f0a551 Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Mon, 7 Nov 2011 21:33:32 +0100
4Subject: [PATCH 04/10] am335x_evm: switch to ext4
5
6Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7---
8 include/configs/am335x_evm.h | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
12index 1b4fa37..3d37058 100755
13--- a/include/configs/am335x_evm.h
14+++ b/include/configs/am335x_evm.h
15@@ -54,7 +54,7 @@
16 "nand_root=ubi0:rootfs rw ubi.mtd=7,2048\0" \
17 "spi_root=/dev/mtdblock4 rw\0" \
18 "nor_root=/dev/mtdblock3 rw\0" \
19- "mmc_root_fs_type=ext3 rootwait\0" \
20+ "mmc_root_fs_type=ext4 rootwait\0" \
21 "nand_root_fs_type=ubifs rootwait=1\0" \
22 "spi_root_fs_type=jffs2\0" \
23 "nor_root_fs_type=jffs2\0" \
24--
251.7.10
26