[xburst] jz-mmc: Fix deadlock which could occur if the card was removed while a
[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 bootargs 'console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 rw rootwait nohz=off video=omapfb:vram:1M,vxres:640,vyres:480'
9 fatload mmc 0 83000000 uImage
10 bootm 83000000
This page took 0.048332 seconds and 5 git commands to generate.