dfbccf52a5287253444940851918f95f3f6e7638
[buildroot.git] /
1 From c8aae8c96494132759319b0eab6cd2a51d1d4889 Mon Sep 17 00:00:00 2001
2 From: Frank Hunleth <fhunleth@troodon-software.com>
3 Date: Tue, 6 Mar 2012 07:20:26 -0800
4 Subject: [PATCH] am335x_evm.h: Specify ext2 and ro for booting rootfs
5
6 Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
7 ---
8 include/configs/am335x_evm.h | 4 ++--
9 1 files changed, 2 insertions(+), 2 deletions(-)
10
11 diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
12 index e0ac494..b45c306 100755
13 --- a/include/configs/am335x_evm.h
14 +++ b/include/configs/am335x_evm.h
15 @@ -53,11 +53,11 @@
16 "script_addr=0x81900000\0" \
17 "console=ttyO0,115200n8\0" \
18 "mmc_dev=0\0" \
19 - "mmc_root=/dev/mmcblk0p2 rw\0" \
20 + "mmc_root=/dev/mmcblk0p2 ro\0" \
21 "nand_root=ubi0:rootfs rw ubi.mtd=7,2048\0" \
22 "spi_root=/dev/mtdblock4 rw\0" \
23 "nor_root=/dev/mtdblock3 rw\0" \
24 - "mmc_root_fs_type=ext3 rootwait\0" \
25 + "mmc_root_fs_type=ext2 rootwait\0" \
26 "nand_root_fs_type=ubifs rootwait=1\0" \
27 "spi_root_fs_type=jffs2\0" \
28 "nor_root_fs_type=jffs2\0" \
29 --
30 1.7.4.1
31