From: Marek Szyprowski Date: Wed, 17 Nov 2021 09:32:02 +0000 (+0100) Subject: tizen: amlogic: adjust echo parameters after v2021.10 rebase X-Git-Tag: accepted/tizen/unified/20231106.171643~134 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86944ca19a58815745bee16d99a5fa1eb24bf5e8;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/include/samsung/tizen_amlogic.h b/include/samsung/tizen_amlogic.h index e586530424..eecf18ab2e 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; " \