[omap35xx] Update u-boot command-line parameters
[openwrt.git] / target / linux / omap35xx / files / boot-mmc.cmd
1 echo -----------------------------
2 echo u-boot.cmd
3 echo  Kernel: MMC0P1:uImage
4 echo  RootFS: MMC0P2
5 echo  VideoMode: 640x480@60
6 echo  VideoSpec: omapfb:vram:2M,vram:4M
7 echo -----------------------------
8 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
9 printenv
10 fatload mmc 0 83000000 uImage
11 run mmcargs
12 bootm 83000000