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-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fsandbox%2Fmszyprowski%2Fdev%2Ftizen-next-prepare-4;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 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; " \