ccimx93: fix some bootable artifact variables
For this platform the bootable artifact is imx-boot based, so configure some variables accordingly. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
9713cbaf13
commit
d905428eb3
|
|
@ -10,11 +10,14 @@ require conf/machine/include/imx-digi-base.inc
|
||||||
require conf/machine/include/arm/armv8-2a/tune-cortexa55.inc
|
require conf/machine/include/arm/armv8-2a/tune-cortexa55.inc
|
||||||
|
|
||||||
# Platform u-boot settings
|
# Platform u-boot settings
|
||||||
UBOOT_PREFIX = "u-boot"
|
UBOOT_PREFIX = "imx-boot"
|
||||||
UBOOT_SUFFIX = "bin"
|
UBOOT_SUFFIX = "bin"
|
||||||
|
|
||||||
|
# The bootloader image that gets flashed consists of U-Boot and several fw binaries
|
||||||
EXTRA_IMAGEDEPENDS += "imx-boot"
|
EXTRA_IMAGEDEPENDS += "imx-boot"
|
||||||
BOOTLOADER_IMAGE_RECIPE = "imx-boot"
|
BOOTLOADER_IMAGE_RECIPE = "imx-boot"
|
||||||
|
BOOTABLE_FILENAME = "${UBOOT_PREFIX}-${MACHINE}.bin"
|
||||||
|
SDIMG_BOOTLOADER = "${DEPLOY_DIR_IMAGE}/${BOOTABLE_FILENAME}"
|
||||||
|
|
||||||
DDR_FIRMWARE_NAME = " \
|
DDR_FIRMWARE_NAME = " \
|
||||||
lpddr4_dmem_1d_v202201.bin \
|
lpddr4_dmem_1d_v202201.bin \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue