mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 19:41:42 +00:00
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>
This commit is contained in:
parent
9d52dc3a2c
commit
311ab1a78f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue