summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-12-27 19:03:46 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2012-12-27 19:03:46 +0100
commitcb354a44f1613ade48726097fed24d8cf5c375b8 (patch)
tree96ef3cfa96a5d616468c82e08d67763be8ef19c6
parent14b3ed746617f0edcd8ea885b01bd6de0c91fb07 (diff)
T30: cmdline with ext3 rootfs, not ext2T30_LinuxImageV2.0Alpha0_20121227
-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 de8eddd026..f1d217fc2d 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=ext2 gpt gpt_sector=32768 \0" \
+ "mmcargs=root=/dev/mmcblk0p1 ip=:::::eth0:off rw 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"