summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMian Yousaf Kaukab <ykaukab@suse.de>2019-01-29 16:38:41 +0100
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2019-03-03 20:56:00 +0530
commit31a1c951efd205ece47c963a282c13aa74d6e388 (patch)
treed6e67fbdcc7367b1bd179fd7c6402dcc1afba516 /include
parent688cdf4caddd0cb03de13b00a700a3b6fd8ce8d2 (diff)
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ls1043a_common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h
index 73b048b3e9..f7e7877414 100644
--- a/include/configs/ls1043a_common.h
+++ b/include/configs/ls1043a_common.h
@@ -282,12 +282,6 @@
"run scan_dev_for_boot; " \
"fi; " \
"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=" \
"load ${devtype} ${devnum}:${distro_bootpart} " \
"${scriptaddr} ${prefix}${script}; " \