mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-20 21:51:20 +00:00
board: ls1046a: use default scan_dev_for_boot
Default environment variable is more complete. Also scans for efi binaries for example. Signed-off-by: Mian Yousaf Kaukab <ykaukab@suse.de> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
This commit is contained in:
parent
f43cc40289
commit
d3d86fca22
1 changed files with 0 additions and 7 deletions
|
@ -259,13 +259,6 @@
|
||||||
"run scan_dev_for_boot; " \
|
"run scan_dev_for_boot; " \
|
||||||
"fi; " \
|
"fi; " \
|
||||||
"done\0" \
|
"done\0" \
|
||||||
"scan_dev_for_boot=" \
|
|
||||||
"echo Scanning ${devtype} " \
|
|
||||||
"${devnum}:${distro_bootpart}...; " \
|
|
||||||
"for prefix in ${boot_prefixes}; do " \
|
|
||||||
"run scan_dev_for_scripts; " \
|
|
||||||
"done;" \
|
|
||||||
"\0" \
|
|
||||||
"boot_a_script=" \
|
"boot_a_script=" \
|
||||||
"load ${devtype} ${devnum}:${distro_bootpart} " \
|
"load ${devtype} ${devnum}:${distro_bootpart} " \
|
||||||
"${scriptaddr} ${prefix}${script}; " \
|
"${scriptaddr} ${prefix}${script}; " \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue