Tom Rini 82686e678e Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra
Assorted Tegra enhancements. Merged with the recent XPL_BUILD changes,
resolve some whitespace issues and fix the name of the new apalis-tk1
env file by Tom.

Signed-off-by: Tom Rini <trini@konsulko.com>
2024-10-13 10:43:24 -06:00

8 lines
233 B
Bash

/* 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