Browse Source

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 <ricardo@foundries.io>
Ricardo Salveti 4 years ago
parent
commit
311ab1a78f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      conf/machine/freedom-u540.conf

+ 1 - 0
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