[PATCH] distro_bootcmd: Fix copy-paste error

Marek Vasut marex at denx.de
Thu Jan 5 02:26:03 CET 2023


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 at denx.de>
---
Cc: Frieder Schrempf <frieder.schrempf at kontron.de>
Cc: Matwey V. Kornilov <matwey.kornilov at gmail.com>
Cc: Pali Rohar <pali at kernel.org>
Cc: Peter Hoyes <Peter.Hoyes at arm.com>
Cc: Tom Rini <trini at konsulko.com>
---
 include/config_distro_bootcmd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
index fcb319a20ae..c3a2414b914 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="                                                  \
-- 
2.39.0



More information about the U-Boot mailing list