summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2020-11-17 11:09:00 +0100
committerJaehoon Chung <jh80.chung@samsung.com>2023-10-17 13:19:25 +0900
commit703ef194a7f2af4afdc55a682532b4b3fa94e77c (patch)
tree136400ec4ffa8d4030a0f6358cf3d494134dd335 /include
parentd0d6073f533f5959f49e77b23e3148a2c55e9464 (diff)
downloadu-boot-703ef194a7f2af4afdc55a682532b4b3fa94e77c.tar.gz
u-boot-703ef194a7f2af4afdc55a682532b4b3fa94e77c.tar.bz2
u-boot-703ef194a7f2af4afdc55a682532b4b3fa94e77c.zip
tizen: amlogic: fix separators in env entries setup
The proper separator for environment entries is '\0' not '\n'. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Change-Id: I409ee8d10ffbfd7f235cbf9ced5547b2d8dd7a06
Diffstat (limited to 'include')
-rw-r--r--include/samsung/tizen_amlogic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/samsung/tizen_amlogic.h b/include/samsung/tizen_amlogic.h
index 034453e042..46416bfdbb 100644
--- 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" \