summaryrefslogtreecommitdiff
path: root/include/configs/warp7.h
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2019-05-08 21:14:47 +0300
committerStefano Babic <sbabic@denx.de>2019-07-19 16:21:49 +0300
commit66a15495b36fec920c8ee556df6819700d8ed31a (patch)
tree9156c0326262776403db4f7c62f0043833c7f7d8 /include/configs/warp7.h
parentfac5217a75f683206135253c6bb46751f80b7be6 (diff)
downloadu-boot-66a15495b36fec920c8ee556df6819700d8ed31a.tar.xz
warp7: include: configs: Specify an fdtovaddr
In the Mbed Linux OS bootflow OP-TEE runs before u-boot and provides a DTB overlay at 0x83100000. This overlay should subsequently be merged into the main DTB before handing over to the kernel. This patch defines fdtovaddr at 0x83100000. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Diffstat (limited to 'include/configs/warp7.h')
-rw-r--r--include/configs/warp7.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/warp7.h b/include/configs/warp7.h
index 7b1416848f..358941e449 100644
--- a/include/configs/warp7.h
+++ b/include/configs/warp7.h
@@ -47,6 +47,7 @@
"initrd_high=0xffffffff\0" \
"fdt_file=imx7s-warp.dtb\0" \
"fdt_addr=" __stringify(CONFIG_SYS_FDT_ADDR)"\0" \
+ "fdtovaddr=0x83100000\0" \
"optee_addr=" __stringify(CONFIG_OPTEE_LOAD_ADDR)"\0" \
"boot_fdt=try\0" \
"ip_dyn=yes\0" \