summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-09-20 15:37:34 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2017-10-02 19:26:40 +0200
commit1f99e32356d5476237236e0ed55f294ded100c10 (patch)
tree5b8f2c667126c74372d68fe3aeea2331bf7c811e
parent2ffc19c83b79c3530f488eff50abba71ac542117 (diff)
apalis-tk1/colibri_t20: fix and synchronize mount options 2nd
Finish the work started by the following commit: apalis/colibri: fix and synchronize mount options 6ed47e0f143df1c80426edb3b705c87c443c27f7 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--include/configs/apalis-tk1.h8
-rw-r--r--include/configs/colibri_t20.h2
2 files changed, 5 insertions, 5 deletions
diff --git a/include/configs/apalis-tk1.h b/include/configs/apalis-tk1.h
index e8a5171815..8f45c74c85 100644
--- a/include/configs/apalis-tk1.h
+++ b/include/configs/apalis-tk1.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016 Toradex, Inc.
+ * Copyright (c) 2016-2017 Toradex, Inc.
*
* Configuration settings for the Toradex Apalis TK1 modules.
*
@@ -77,7 +77,7 @@
"tegra124-apalis-eval.dtb fat 0 1 mmcpart 0"
#define EMMC_BOOTCMD \
- "emmcargs=ip=off root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait\0" \
+ "emmcargs=ip=off root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait\0" \
"emmcboot=run setup; setenv bootargs ${defargs} ${emmcargs} " \
"${setupargs} ${vidargs}; echo Booting from internal eMMC " \
"chip...; run emmcdtbload; load mmc 0:1 ${kernel_addr_r} " \
@@ -98,7 +98,7 @@
"&& setenv dtbparam ${fdt_addr_r}\0"
#define SD_BOOTCMD \
- "sdargs=ip=off root=/dev/mmcblk1p2 rw rootfstype=ext4 rootwait\0" \
+ "sdargs=ip=off root=/dev/mmcblk1p2 ro rootfstype=ext4 rootwait\0" \
"sdboot=run setup; setenv bootargs ${defargs} ${sdargs} ${setupargs} " \
"${vidargs}; echo Booting from SD card in 8bit slot...; " \
"run sddtbload; load mmc 1:1 ${kernel_addr_r} " \
@@ -109,7 +109,7 @@
"&& setenv dtbparam ${fdt_addr_r}\0"
#define USB_BOOTCMD \
- "usbargs=ip=off root=/dev/sda2 rw rootfstype=ext4 rootwait\0" \
+ "usbargs=ip=off root=/dev/sda2 ro rootfstype=ext4 rootwait\0" \
"usbboot=run setup; setenv bootargs ${defargs} ${setupargs} " \
"${usbargs} ${vidargs}; echo Booting from USB stick...; " \
"usb start && run usbdtbload; load usb 0:1 ${kernel_addr_r} " \
diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h
index 18ce74ec6b..06ec85cf17 100644
--- a/include/configs/colibri_t20.h
+++ b/include/configs/colibri_t20.h
@@ -127,7 +127,7 @@
"&& setenv dtbparam ${fdt_addr_r}\0"
#define UBI_BOOTCMD \
- "ubiargs=ubi.mtd=ubi root=ubi0:rootfs rootfstype=ubifs " \
+ "ubiargs=ubi.mtd=ubi root=ubi0:rootfs rw rootfstype=ubifs " \
"ubi.fm_autoconvert=1\0" \
"ubiboot=run setup; setenv bootargs ${defargs} ${ubiargs} ${mtdparts}" \
" ${setupargs} ${vidargs}; echo Booting from NAND...; " \