projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a262fe
)
rk3399_common: setup fdtoverlay_addr_r value
author
Artem Lapkin
<email2tema@gmail.com>
Wed, 26 May 2021 09:34:17 +0000
(17:34 +0800)
committer
Kever Yang
<kever.yang@rock-chips.com>
Fri, 18 Jun 2021 06:36:07 +0000
(14:36 +0800)
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>
include/configs/rk3399_common.h
patch
|
blob
|
history
diff --git
a/include/configs/rk3399_common.h
b/include/configs/rk3399_common.h
index b37ed5cce0ae627cfa36c041dcef47e4b4a0aac3..6d710da901e8bf516e3d2a7598d93ce40b198d25 100644
(file)
--- 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" \