diff options
author | Mian Yousaf Kaukab | 2019-01-29 16:38:41 +0100 |
---|---|---|
committer | Prabhakar Kushwaha | 2019-03-03 20:56:00 +0530 |
commit | 31a1c951efd205ece47c963a282c13aa74d6e388 (patch) | |
tree | d6e67fbdcc7367b1bd179fd7c6402dcc1afba516 /include | |
parent | 688cdf4caddd0cb03de13b00a700a3b6fd8ce8d2 (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.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h index 73b048b3e98..f7e7877414f 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}; " \ |