mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-29 17:51:26 +02:00
board: ls1043a: 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: Ashish Kumar <Ashish.Kumar@nxp.com> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
This commit is contained in:
parent
688cdf4cad
commit
31a1c951ef
@ -282,12 +282,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…
x
Reference in New Issue
Block a user