summaryrefslogtreecommitdiff
path: root/include/configs/ls1012ardb.h
diff options
context:
space:
mode:
authorMian Yousaf Kaukab <ykaukab@suse.de>2021-03-30 17:04:14 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2021-04-15 11:52:22 +0300
commita98550236f803c5a4fb6fe489bc9aff315b388eb (patch)
tree87eb0011b0c65ded5a553494d4eb330daf03b82d /include/configs/ls1012ardb.h
parent9b3843f8f76fa7812eff503253b47b4b0d69b933 (diff)
downloadu-boot-a98550236f803c5a4fb6fe489bc9aff315b388eb.tar.xz
ls1012a: use default scan_dev_for_boot
scan_dev_for_efi is supposed to be called from scan_dev_for_boot. However, this call is missing for ls1012a boards. As a result EFI boot doesn’t work. Fix this issue by removing custom definition of scan_dev_for_boot and use the default definition instead. Signed-off-by: Mian Yousaf Kaukab <ykaukab@suse.de> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include/configs/ls1012ardb.h')
-rw-r--r--include/configs/ls1012ardb.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/ls1012ardb.h b/include/configs/ls1012ardb.h
index 94e742ee84..582945b2ab 100644
--- a/include/configs/ls1012ardb.h
+++ b/include/configs/ls1012ardb.h
@@ -79,13 +79,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}; " \