bootfile=uImage-omap
bootinitrd=uInitrd-omap
boot=bootm
address_image=0x80300000
address_initrd=0x81600000
console=ttyO2,115200n8
mmcroot=LABEL=rootfs ro
xyz_load_image=fatload usb 0:1 ${address_image} ${bootfile}
xyz_load_initrd=fatload usb 0:1 ${address_initrd} ${bootinitrd}
xyz_mmcboot=run xyz_load_image; run xyz_load_initrd; echo Booting from usb ...
mmcargs=setenv bootargs console=tty0 console=${console} root=${mmcroot} quiet rootwait rhgb
loaduimage=run xyz_mmcboot; run mmcargs; ${boot} ${address_image} ${address_initrd}
