summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-01-08 16:11:33 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2013-01-08 16:11:33 +0100
commit30a46c42a38d0357941e9a104721e6d36a88dc6a (patch)
tree8bc3de563aed4f55ce01ed56b99ecce402daf6f4
parentcb354a44f1613ade48726097fed24d8cf5c375b8 (diff)
T30: cmdline with rootfs mounted noatime, not the default relatime
-rw-r--r--include/configs/colibri_t30.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h
index f1d217fc2d..ea6de407d3 100644
--- a/include/configs/colibri_t30.h
+++ b/include/configs/colibri_t30.h
@@ -104,7 +104,7 @@
"board=colibri_t30\0" \
"defargs=console=ttyS0,115200n8 debug_uartport=lsport lp0_vec=0x00002000@0x9C406000 video=tegrafb mem=1023M@2048M vmalloc=128M noinitrd usbcore.old_scheme_first=1 core_edp_mv=1300 panel=lvds tegraid=30.1.2.0.0 tegra_fbmem=3072K@0xBFE00000 \0" \
"emmcboot=" EMMC_BOOTCMD "\0" \
- "mmcargs=root=/dev/mmcblk0p1 ip=:::::eth0:off rw rootwait rootfstype=ext3 gpt gpt_sector=40960 \0" \
+ "mmcargs=root=/dev/mmcblk0p1 ip=:::::eth0:off rw,noatime rootwait rootfstype=ext3 gpt gpt_sector=40960 \0" \
"mmc_kernel_sec=0x5000 0x4000 \0" \
"nfsargs=ip=:::::eth0:on root=/dev/nfs rw netdevwait\0" \
"usbboot=" USB_BOOTCMD "\0"