projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b85eb36
)
tizen: amlogic: adjust echo parameters after v2021.10 rebase
author
Marek Szyprowski
<m.szyprowski@samsung.com>
Wed, 17 Nov 2021 09:32:02 +0000
(10:32 +0100)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:31 +0000
(13:19 +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
patch
|
blob
|
history
diff --git
a/include/samsung/tizen_amlogic.h
b/include/samsung/tizen_amlogic.h
index e586530424df85e79b0cba76316fe6dd7ad2d5cd..eecf18ab2eaa60b2d41389f103b862d643899e7e 100644
(file)
--- 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; " \