bootfile=uImage-omap
bootinitrd=uInitrd-omap
boot=bootm
address_image=0x80300000
address_initrd=0x81600000
mmcroot=LABEL=rootfs ro
mmcargs=setenv bootargs root=${mmcroot} init=/sbin/init quiet rootwait rhgb earlyprintk
loaduimage=run xyz_mmcboot; run mmcargs; ${boot} ${address_image} ${address_initrd}
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 ...
