summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-imx8.conf
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-01-13 16:27:35 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-02-13 11:05:22 +0100
commit314b75dfda25da901f8594c08e3d1d758bedd306 (patch)
treeec5ff81b149e807b22825db517a734a329c4623a /conf/machine/apalis-imx8.conf
parent3399cec173d8503ed494c3053e71820481d940be (diff)
meta:mx8: add UBOOT_ENTRYPOINT and UBOOT_RD_LOADADDRESS
Add UBOOT_ENTRYPOINT and UBOOT_RD_LOADADDRESS which are needed by fitimage. Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 3371f4972842fedb804d2a350e877ab51b5db6e6) (cherry picked from commit 64f948358c954682cec75b1e76ac66e0cb93c660)
Diffstat (limited to 'conf/machine/apalis-imx8.conf')
-rw-r--r--conf/machine/apalis-imx8.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf
index 563ffd0..5b24f23 100644
--- a/conf/machine/apalis-imx8.conf
+++ b/conf/machine/apalis-imx8.conf
@@ -27,6 +27,9 @@ UBOOT_SUFFIX = "bin"
UBOOT_CONFIG ??= "sd"
UBOOT_CONFIG[sd] = "apalis-imx8_config,sdcard"
+UBOOT_ENTRYPOINT = "0x80280000"
+UBOOT_RD_LOADADDRESS = "0xA0000000"
+
BOOT_SPACE = "65536"
IMAGE_BOOTLOADER = "imx-boot"
IMX_BOOT_SEEK = "32"