
From: Simon Glass <sjg@chromium.org> When running under QEMU the FDT is available at the start of RAM. Set fdt_addr to this address, so that the FDT can be passed onto the OS. If the OS provides its own devicetree, that is used instead of the QEMU one. Signed-off-by: Simon Glass <sjg@chromium.org> --- board/efi/efi-arm_app/efi-arm_app.env | 1 + 1 file changed, 1 insertion(+) diff --git a/board/efi/efi-arm_app/efi-arm_app.env b/board/efi/efi-arm_app/efi-arm_app.env index b28c15556de..3b839f5710c 100644 --- a/board/efi/efi-arm_app/efi-arm_app.env +++ b/board/efi/efi-arm_app/efi-arm_app.env @@ -6,6 +6,7 @@ */ /* common console settings */ +fdt_addr=40000000 stdin=serial stdout=serial,vidconsole stderr=serial,vidconsole -- 2.43.0