distro_bootcmd: Fix copy-paste error
authorMarek Vasut <marex@denx.de>
Thu, 5 Jan 2023 01:26:03 +0000 (02:26 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 8 Jan 2023 13:45:17 +0000 (08:45 -0500)
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>
include/config_distro_bootcmd.h

index fcb319a..c3a2414 100644 (file)
                                "${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="                                                  \