From: Marek Vasut Date: Thu, 5 Jan 2023 01:26:03 +0000 (+0100) Subject: distro_bootcmd: Fix copy-paste error X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=53e5b584e6414193c551442105e312a9bb047859;p=u-boot.git 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 --- diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index fcb319a20a..c3a2414b91 100644 --- a/include/config_distro_bootcmd.h +++ b/include/config_distro_bootcmd.h @@ -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=" \