CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed console uboot parameters
[bootloader.git] / devices / efikamx / boot-mmc.script
CommitLineData
64ac62a7 1setenv kernel uImage;
c89566a4 2setenv bootargs console=ttymxc0,115200 root=/dev/mmcblk0p2 console=tty1 rootwait ro;
64ac62a7
JB
3${loadcmd} ${kerneladdr} ${kernel}
4if imi ${kerneladdr}; then
5 bootm ${kerneladdr}
6fi;