blob: a7d7ab3c43bd5290fc65c23a7a8e9ba349da5f30 [file] [log] [blame]
/* Only MMC/PXE/DHCP for now, add USB back in later when supported */
boot_targets=mmc1 mmc0 pxe dhcp
preboot=if test -e mmc 1:1 /u-boot-preboot.scr; then
load mmc 1:1 ${scriptaddr} /u-boot-preboot.scr;
source ${scriptaddr};
fi