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:
714097f
)
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>
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
patch
|
blob
|
history
diff --git
a/include/samsung/tizen_amlogic.h
b/include/samsung/tizen_amlogic.h
index
6703913
..
c613384
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; " \