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: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
051f409d25
commit
53e5b584e6
@ -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=" \
|
||||
|
Loading…
Reference in New Issue
Block a user