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)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 18 Nov 2021 12:56:47 +0000 (13:56 +0100)
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; " \