tizen: amlogic: adjust echo parameters after v2021.10 rebase
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 17 Nov 2021 09:32:02 +0000 (10:32 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 12 Oct 2022 05:48:56 +0000 (14:48 +0900)
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 <m.szyprowski@samsung.com>
include/samsung/tizen_amlogic.h

index 6703913..c613384 100644 (file)
        "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; " \