[U-Boot] [PATCH 09/12] nxp: ls1046a: use default scan_dev_for_boot
Mian Yousaf Kaukab
ykaukab at suse.de
Tue Jan 29 15:38:38 UTC 2019
Default environment variable is more complete. Also scans for efi
binaries for example.
Signed-off-by: Mian Yousaf Kaukab <ykaukab at suse.de>
---
include/configs/ls1046a_common.h | 7 -------
1 file changed, 7 deletions(-)
diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h
index eb4c78f549..da1cfc0b88 100644
--- a/include/configs/ls1046a_common.h
+++ b/include/configs/ls1046a_common.h
@@ -260,13 +260,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}; " \
--
2.11.0
More information about the U-Boot
mailing list