summaryrefslogtreecommitdiff
path: root/conf/machine/colibri-imx6.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/colibri-imx6.conf')
-rw-r--r--conf/machine/colibri-imx6.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/colibri-imx6.conf b/conf/machine/colibri-imx6.conf
index 0428dd6..3ed15e9 100644
--- a/conf/machine/colibri-imx6.conf
+++ b/conf/machine/colibri-imx6.conf
@@ -27,6 +27,9 @@ UBOOT_CONFIG ??= "recover spl"
UBOOT_CONFIG[spl] = "colibri_imx6_defconfig,,u-boot.img"
UBOOT_CONFIG[recover] = "colibri_imx6_nospl_defconfig,,u-boot.imx"
UBOOT_MAKE_TARGET = ""
+# The payload offsets are given in number of 512 byte blocks.
+OFFSET_BOOTROM_PAYLOAD = "2"
+OFFSET_SPL_PAYLOAD = "138"
IMAGE_CLASSES += "image_type_tezi"
IMAGE_FSTYPES = "sdcard.gz tar.xz teziimg"