ccimx8x: override SDIMG_BOOTLOADER instead of UBOOT_SYMLINK
Since we were modifying UBOOT_SYMLINK for the ccimx8x, we were generating u-boot symlinks with imx-boot names. This also caused the imx-boot recipe to fail during compilation, because it couldn't find the old UBOOT_SYMLINK that we replaced. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
d065f53ac4
commit
ec7eded4cb
|
|
@ -17,7 +17,7 @@ EXTRA_IMAGEDEPENDS = "imx-boot"
|
||||||
IMAGE_BOOTLOADER = "imx-boot"
|
IMAGE_BOOTLOADER = "imx-boot"
|
||||||
# BOOTLOADER_SEEK is 33 for step A of the silicon and 32 for step B
|
# BOOTLOADER_SEEK is 33 for step A of the silicon and 32 for step B
|
||||||
BOOTLOADER_SEEK = "33"
|
BOOTLOADER_SEEK = "33"
|
||||||
UBOOT_SYMLINK = "imx-boot-${MACHINE}.bin"
|
SDIMG_BOOTLOADER = "${DEPLOY_DIR_IMAGE}/imx-boot-${MACHINE}.bin"
|
||||||
|
|
||||||
# Linux kernel configuration
|
# Linux kernel configuration
|
||||||
KERNEL_DEFCONFIG ?= "arch/arm64/configs/ccimx8x_defconfig"
|
KERNEL_DEFCONFIG ?= "arch/arm64/configs/ccimx8x_defconfig"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue