summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2021-02-24 10:52:18 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-03-23 16:57:37 +0100
commit9c87ae9ed57d5f72db570b546406cacc345feaa0 (patch)
treee27a615a727b8845319d19cfb01fe594c4df37c5
parent01d9fe29aa4b027b72a4e24cedaeb83d74cd07cd (diff)
apalis-tk1.conf: set dtb/dtbo load addresses
To be able to be loaded from fitimage. Related-to: TOR-1700 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 590bff2e80d148bcf221e5b135c3bba028e40406)
-rw-r--r--conf/machine/apalis-tk1.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf
index ce0d150..0eee8ee 100644
--- a/conf/machine/apalis-tk1.conf
+++ b/conf/machine/apalis-tk1.conf
@@ -45,6 +45,8 @@ PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex-tk1"
UBOOT_MACHINE = "apalis-tk1_defconfig"
UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}"
+UBOOT_DTB_LOADADDRESS = "0x83000000"
+UBOOT_DTBO_LOADADDRESS = "0x83010000"
# The payload offsets are given in number of 512 byte blocks.
OFFSET_BOOTROM_PAYLOAD = "0"
UBOOT_BINARY_TEZI_EMMC = "apalis-tk1.img"