From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Cc: Marek Vasut <marex@denx.de>,
Frieder Schrempf <frieder.schrempf@kontron.de>,
"Matwey V . Kornilov" <matwey.kornilov@gmail.com>,
Pali Rohar <pali@kernel.org>, Peter Hoyes <Peter.Hoyes@arm.com>,
Tom Rini <trini@konsulko.com>
Subject: [PATCH] distro_bootcmd: Fix copy-paste error
Date: Thu, 5 Jan 2023 02:26:03 +0100 [thread overview]
Message-ID: <20230105012603.238562-1-marex@denx.de> (raw)
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>
---
Cc: Frieder Schrempf <frieder.schrempf@kontron.de>
Cc: Matwey V. Kornilov <matwey.kornilov@gmail.com>
Cc: Pali Rohar <pali@kernel.org>
Cc: Peter Hoyes <Peter.Hoyes@arm.com>
Cc: Tom Rini <trini@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
next reply other threads:[~2023-01-05 1:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-05 1:26 Marek Vasut [this message]
2023-01-08 16:53 ` [PATCH] distro_bootcmd: Fix copy-paste error Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230105012603.238562-1-marex@denx.de \
--to=marex@denx.de \
--cc=Peter.Hoyes@arm.com \
--cc=frieder.schrempf@kontron.de \
--cc=matwey.kornilov@gmail.com \
--cc=pali@kernel.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox