blob: f21d2fc463e264390e1a28131dc436304d660f74 [file] [log] [blame]
Svyatoslav Ryhel41d86e72024-06-24 20:13:47 +03001/* Only MMC/PXE/DHCP for now, add USB back in later when supported */
2boot_targets=mmc1 mmc0 pxe dhcp
3
Tom Rini8592e252024-10-13 10:19:05 -06004preboot=if test -e mmc 1:1 /u-boot-preboot.scr; then
Svyatoslav Ryhel41d86e72024-06-24 20:13:47 +03005 load mmc 1:1 ${scriptaddr} /u-boot-preboot.scr;
6 source ${scriptaddr};
7 fi