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:
d0d6073
)
tizen: amlogic: fix separators in env entries setup
author
Marek Szyprowski
<m.szyprowski@samsung.com>
Tue, 17 Nov 2020 10:09:00 +0000
(11:09 +0100)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:25 +0000
(13:19 +0900)
The proper separator for environment entries is '\0' not '\n'.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I409ee8d10ffbfd7f235cbf9ced5547b2d8dd7a06
include/samsung/tizen_amlogic.h
patch
|
blob
|
history
diff --git
a/include/samsung/tizen_amlogic.h
b/include/samsung/tizen_amlogic.h
index 034453e042e51a89c3efb1f428167503ef095956..46416bfdbb202a2008be9fe677fc5290d76937b4 100644
(file)
--- a/
include/samsung/tizen_amlogic.h
+++ b/
include/samsung/tizen_amlogic.h
@@
-112,8
+112,8
@@
"tfm=setenv bootmode download; run bootcmd\0" \
"dfu_alt_system="DFU_ALT_SYSTEM \
"dfu_alt_system_sd="DFU_ALT_SYSTEM_SD \
- "fdt_high=0x20000000\
n
" \
- "initrd_high=0x3d800000\
n"
\
+ "fdt_high=0x20000000\
0
" \
+ "initrd_high=0x3d800000\
0"
\
"opts=loglevel=4\0" \
"dfu_usb_con=0\0" \
"dfu_interface=mmc\0" \