Skip to content
Snippets Groups Projects
Commit 53e5b584 authored by Marek Vasut's avatar Marek Vasut Committed by Tom Rini
Browse files

distro_bootcmd: Fix copy-paste error


The "SCRIPT FAILED" string is copied from scan_dev_for_scripts script,
update it so it prints "EXTLINUX FAILED" instead in scan_dev_for_extlinux
script.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
parent 051f409d
No related branches found
No related tags found
No related merge requests found
......@@ -484,7 +484,7 @@
"${prefix}${boot_syslinux_conf}; then " \
"echo Found ${prefix}${boot_syslinux_conf}; " \
"run boot_extlinux; " \
"echo SCRIPT FAILED: continuing...; " \
"echo EXTLINUX FAILED: continuing...; " \
"fi\0" \
\
"boot_a_script=" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment