* [PATCH] distro_bootcmd: Fix copy-paste error
@ 2023-01-05 1:26 Marek Vasut
2023-01-08 16:53 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2023-01-05 1:26 UTC (permalink / raw)
To: u-boot
Cc: Marek Vasut, Frieder Schrempf, Matwey V . Kornilov, Pali Rohar,
Peter Hoyes, Tom Rini
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] distro_bootcmd: Fix copy-paste error
2023-01-05 1:26 [PATCH] distro_bootcmd: Fix copy-paste error Marek Vasut
@ 2023-01-08 16:53 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2023-01-08 16:53 UTC (permalink / raw)
To: Marek Vasut
Cc: u-boot, Frieder Schrempf, Matwey V . Kornilov, Pali Rohar,
Peter Hoyes
[-- Attachment #1: Type: text/plain, Size: 325 bytes --]
On Thu, Jan 05, 2023 at 02:26:03AM +0100, Marek Vasut wrote:
> 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>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-08 16:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-05 1:26 [PATCH] distro_bootcmd: Fix copy-paste error Marek Vasut
2023-01-08 16:53 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox