diff mbox series

[U-Boot,6/7] warp7: include: configs: Specify an fdtovaddr

Message ID 20190508181448.20452-7-bryan.odonoghue@linaro.org
State Accepted
Commit 66a15495b36fec920c8ee556df6819700d8ed31a
Delegated to: Stefano Babic
Headers show
Series Switch WaRP7 BL33 to mbed Linux specific bootflow | expand

Commit Message

Bryan O'Donoghue May 8, 2019, 6:14 p.m. UTC
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>
---
 include/configs/warp7.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic July 20, 2019, 8:45 a.m. UTC | #1
> 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>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/include/configs/warp7.h b/include/configs/warp7.h
index 0c63050833..bab23cfdca 100644
--- a/include/configs/warp7.h
+++ b/include/configs/warp7.h
@@ -58,6 +58,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" \