From 7cae2b53aadd84feb4e9834b266d34f9d87ffcb8 Mon Sep 17 00:00:00 2001 From: Marek Szyprowski Date: Wed, 17 Nov 2021 10:32:02 +0100 Subject: [PATCH] tizen: amlogic: adjust echo parameters after v2021.10 rebase To print a line without linefeed character now one has to use '-n' parameter instead of the custom '\c' string used in older uboot releases. Signed-off-by: Marek Szyprowski --- include/samsung/tizen_amlogic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/samsung/tizen_amlogic.h b/include/samsung/tizen_amlogic.h index 6703913219..c61338498b 100644 --- a/include/samsung/tizen_amlogic.h +++ b/include/samsung/tizen_amlogic.h @@ -148,7 +148,7 @@ "fi" #define BUTTON_CHECK \ - "echo \"Checking ${button_label} button state (for THOR download mode): \\\\\\\\c\"; " \ + "echo -n \"Checking ${button_label} button state (for THOR download mode): \"; " \ "sleep 0.25; " \ "if button ${button_label}; then " \ "thor; " \ -- 2.34.1