]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-bsp/u-boot/u-boot/2011.12/0001-beagleboard-mount-rootfs-RO-instead-of-RW-at-boot.patch
recipes-kernel: Add GLSDK specific kernel tree for omap-a15
[glsdk/meta-ti-glsdk.git] / recipes-bsp / u-boot / u-boot / 2011.12 / 0001-beagleboard-mount-rootfs-RO-instead-of-RW-at-boot.patch
1 From e435374789db01c9499ec169b295496f039ec401 Mon Sep 17 00:00:00 2001
2 From: Koen Kooi <koen@dominion.thruhere.net>
3 Date: Sun, 27 Nov 2011 14:43:58 +0100
4 Subject: [PATCH 01/10] beagleboard: mount rootfs RO instead of RW at boot
6 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7 ---
8  include/configs/omap3_beagle.h |    2 +-
9  1 files changed, 1 insertions(+), 1 deletions(-)
11 diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
12 index 91af8a0..d4f33d0 100644
13 --- a/include/configs/omap3_beagle.h
14 +++ b/include/configs/omap3_beagle.h
15 @@ -220,7 +220,7 @@
16         "dvimode=640x480MR-16@60\0" \
17         "defaultdisplay=dvi\0" \
18         "mmcdev=0\0" \
19 -       "mmcroot=/dev/mmcblk0p2 rw\0" \
20 +       "mmcroot=/dev/mmcblk0p2 ro\0" \
21         "mmcrootfstype=ext3 rootwait\0" \
22         "nandroot=ubi0:rootfs ubi.mtd=4\0" \
23         "nandrootfstype=ubifs\0" \
24 -- 
25 1.7.2.5