mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01:00
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>
8 lines
233 B
Bash
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
|