From b1b2662ce608f7062cf4f604d1a70f91b57071e8 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Sun, 12 Jan 2020 21:42:15 +0100 Subject: [PATCH] hw23: Add fdt_high address This avoids using the devicetree in place in the fitImage and fixes boot problem. BugzID: --- include/configs/imx8_nmhw23.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/imx8_nmhw23.h b/include/configs/imx8_nmhw23.h index f840e2369f..176bb49316 100644 --- a/include/configs/imx8_nmhw23.h +++ b/include/configs/imx8_nmhw23.h @@ -224,6 +224,7 @@ "bootm $kernel_addr_r\0" \ "bootm_size=0x10000000\0" \ "initrd_high=0x8d000000\0" \ + "fdt_high=0x8e000000\0" \ "kernel_addr_r=0x90000000\0" \ "ipaddr=192.168.1.1\0" \ "serverip=192.168.1.254\0" \