summaryrefslogtreecommitdiff
path: root/include/configs/rk3399_common.h
diff options
context:
space:
mode:
authorArtem Lapkin <email2tema@gmail.com>2021-05-26 12:34:17 +0300
committerKever Yang <kever.yang@rock-chips.com>2021-06-18 09:36:07 +0300
commitc52c362e6481e88c47ef5902fd5fa673b5e43aaa (patch)
tree1be1c26f30a740f48346ac6c375a3e82290e249a /include/configs/rk3399_common.h
parent4a262feba3a52d9ecc98ab04dcf61e84d48d651b (diff)
downloadu-boot-c52c362e6481e88c47ef5902fd5fa673b5e43aaa.tar.xz
rk3399_common: setup fdtoverlay_addr_r value
fdtoverlay (pxe_utils) require define fdtoverlay_addr_r env variable for example sunxi-common.h meson64.h already have it. Signed-off-by: Artem Lapkin <art@khadas.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'include/configs/rk3399_common.h')
-rw-r--r--include/configs/rk3399_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h
index b37ed5cce0..6d710da901 100644
--- a/include/configs/rk3399_common.h
+++ b/include/configs/rk3399_common.h
@@ -51,6 +51,7 @@
"script_size_f=0x2000\0" \
"pxefile_addr_r=0x00600000\0" \
"fdt_addr_r=0x01f00000\0" \
+ "fdtoverlay_addr_r=0x02000000\0" \
"kernel_addr_r=0x02080000\0" \
"ramdisk_addr_r=0x06000000\0" \
"kernel_comp_addr_r=0x08000000\0" \