From ea48787676afd2ce238ef56c483ae34dd01471e8 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 4 Sep 2018 16:27:34 +0200 Subject: [PATCH] ccimx8x: set bootloader variables for sdcard image creation Signed-off-by: Gabriel Valcazar --- meta-digi-arm/conf/machine/include/ccimx8x.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-digi-arm/conf/machine/include/ccimx8x.inc b/meta-digi-arm/conf/machine/include/ccimx8x.inc index 1ea798c6a..da33f34ba 100644 --- a/meta-digi-arm/conf/machine/include/ccimx8x.inc +++ b/meta-digi-arm/conf/machine/include/ccimx8x.inc @@ -14,6 +14,10 @@ UBOOT_SYMLINK = "u-boot-${MACHINE}.${UBOOT_SUFFIX}" # The bootloader image that gets flashed consists of U-Boot and several fw binaries EXTRA_IMAGEDEPENDS = "imx-boot" +IMAGE_BOOTLOADER = "imx-boot" +# BOOTLOADER_SEEK is 33 for step A of the silicon and 32 for step B +BOOTLOADER_SEEK = "33" +UBOOT_SYMLINK = "imx-boot-${MACHINE}.bin" # Linux kernel configuration KERNEL_DEFCONFIG ?= "arch/arm64/configs/ccimx8x_defconfig"