u-boot: mount rootfs first readonly on pandaboard.

remount for fscheck seems to fail on ext4 without journal.
This commit is contained in:
Arne Fitzenreiter
2012-06-16 15:04:40 +02:00
parent 3dcc590eca
commit c29b052461
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -1,4 +1,4 @@
fatload mmc 0:1 0x80000000 uImage-ipfire-omap
fatload mmc 0:1 0x81600000 uInit-ipfire-omap
setenv bootargs vram=32M console=tty1 omapfb.mode=dvi:800x600MR-16@60 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 rw
setenv bootargs vram=32M console=tty1 omapfb.mode=dvi:800x600MR-16@60 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 ro
bootm 0x80000000 0x81600000