From 311ab1a78f5c808d0c22086de5802073307eb08d Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Wed, 24 Jul 2019 14:27:53 -0300 Subject: [PATCH] freedom-u540: set UBOOT_DTB_LOADADDRESS Based on the default u-boot machine configuration, useful for fitImage support (known address for loading the device-tree). Signed-off-by: Ricardo Salveti --- conf/machine/freedom-u540.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/freedom-u540.conf b/conf/machine/freedom-u540.conf index 3753f94..4c2573c 100644 --- a/conf/machine/freedom-u540.conf +++ b/conf/machine/freedom-u540.conf @@ -39,6 +39,7 @@ EXTRA_IMAGEDEPENDS += "u-boot" UBOOT_MACHINE = "sifive_fu540_defconfig" UBOOT_ENTRYPOINT = "0x80200000" +UBOOT_DTB_LOADADDRESS = "0x82200000" ## Set this to "mmc-boot" to generate a boot.scr file which should be included ## in the boot partition. It will try to load a kernel image by TFTP and if that