Update u-boot command-line parameters
authorHamish Guthrie <hcg@openwrt.org>
Thu, 28 Oct 2010 08:54:52 +0000 (08:54 +0000)
committerHamish Guthrie <hcg@openwrt.org>
Thu, 28 Oct 2010 08:54:52 +0000 (08:54 +0000)
SVN-Revision: 23691

target/linux/omap35xx/files/boot-mmc.cmd

index 5e3b34845830a210170a94e1f4a90674ec94ace7..8027d49d558fdba1d184492fe1ac6cf174640029 100644 (file)
@@ -5,6 +5,8 @@ echo  RootFS: MMC0P2
 echo  VideoMode: 640x480@60
 echo  VideoSpec: omapfb:vram:2M,vram:4M
 echo -----------------------------
-setenv bootargs 'console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 rw rootwait nohz=off video=omapfb:vram:1M,vxres:640,vyres:480'
+setenv mmcargs setenv bootargs earlyprintk=ttyS2,115200n8 console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 rw rootwait init=/etc/preinit nohz=off video=omapfb:vram:1M,vxres:640,vyres:480
+printenv
 fatload mmc 0 83000000 uImage
+run mmcargs
 bootm 83000000