setenv bootcmd 'mmc init; fatload mmc1 0:3 0x82000000 /uImage; fatload mmc1 0:3 0x83000000 /uInitrd; bootm 0x82000000 0x83000000' setenv bootargs 'root=/dev/mmcblk0p2 rootwait console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2 nosplash' boot