summaryrefslogtreecommitdiff
path: root/conf/machine/colibri-imx8x.conf
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-01-13 16:27:35 +0100
committerMing Liu <ming.liu@toradex.int>2020-01-14 10:22:52 +0000
commit3371f4972842fedb804d2a350e877ab51b5db6e6 (patch)
tree7b2375eec5587f5ab3441f144f5acc10fc32eed6 /conf/machine/colibri-imx8x.conf
parent33029edee8a637d8e998f241878fa43882752ade (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>
Diffstat (limited to 'conf/machine/colibri-imx8x.conf')
-rw-r--r--conf/machine/colibri-imx8x.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/colibri-imx8x.conf b/conf/machine/colibri-imx8x.conf
index 155add8..151513f 100644
--- a/conf/machine/colibri-imx8x.conf
+++ b/conf/machine/colibri-imx8x.conf
@@ -31,6 +31,9 @@ UBOOT_SUFFIX = "bin"
UBOOT_CONFIG ??= "sd"
UBOOT_CONFIG[sd] = "colibri-imx8qxp_config,sdcard"
+UBOOT_ENTRYPOINT = "0x80280000"
+UBOOT_RD_LOADADDRESS = "0xA0000000"
+
BOOT_SPACE = "65536"
IMAGE_BOOTLOADER = "imx-boot"
IMX_BOOT_SEEK = "32"