diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-21 10:39:06 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-21 10:39:06 +0200 |
commit | 8b3464d1526899e1d68cbcb87c221cd52e3f8099 (patch) | |
tree | 7030644b4060e8b2d826edbfe3de485f36474445 | |
parent | ce85f0da77ed410beadba7574af5c975b51dd812 (diff) | |
download | meta-ti-8b3464d1526899e1d68cbcb87c221cd52e3f8099.tar.gz |
uboot 2011.10rc: rediff RO patch
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | recipes-bsp/u-boot/u-boot/2011.09git/0003-am335x-evm-make-rootfs-RO-on-boot.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot/2011.09git/0003-am335x-evm-make-rootfs-RO-on-boot.patch b/recipes-bsp/u-boot/u-boot/2011.09git/0003-am335x-evm-make-rootfs-RO-on-boot.patch index 28877463..4dc053e0 100644 --- a/recipes-bsp/u-boot/u-boot/2011.09git/0003-am335x-evm-make-rootfs-RO-on-boot.patch +++ b/recipes-bsp/u-boot/u-boot/2011.09git/0003-am335x-evm-make-rootfs-RO-on-boot.patch | |||
@@ -18,7 +18,7 @@ index cb45037..5db3d9f 100755 | |||
18 | "mmc_dev=0\0" \ | 18 | "mmc_dev=0\0" \ |
19 | - "mmc_root=/dev/mmcblk0p2 rw\0" \ | 19 | - "mmc_root=/dev/mmcblk0p2 rw\0" \ |
20 | + "mmc_root=/dev/mmcblk0p2 ro\0" \ | 20 | + "mmc_root=/dev/mmcblk0p2 ro\0" \ |
21 | "nand_root=/dev/mtdblock4 rw\0" \ | 21 | "nand_root=/dev/mtdblock7 rw\0" \ |
22 | "spi_root=/dev/mtdblock4 rw\0" \ | 22 | "spi_root=/dev/mtdblock4 rw\0" \ |
23 | "nor_root=/dev/mtdblock3 rw\0" \ | 23 | "nor_root=/dev/mtdblock3 rw\0" \ |
24 | -- | 24 | -- |