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:
484df15
)
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>
Wed, 12 Oct 2022 05:47:57 +0000
(14:47 +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 36b3037d1d5973140eb72efddfe0d0fa7eb58f57..64d7422047983ce12774987cf4e7f5a94b43f4b7 100644
(file)
--- a/
include/samsung/tizen_amlogic.h
+++ b/
include/samsung/tizen_amlogic.h
@@
-119,8
+119,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" \