ccimx91-dvk.conf: use SoM-specific override to set SECO_FIRMWARE_NAME
A recent meta-freescale update broke the firmware-ele-imx recipe by setting a default SECO_FIRWARE_NAME value containing a SoC revision macro we don't have access to (IMX_SOC_REV_LOWER). Like we do for the ccimx93, use our SoM's override to overwrite the meta-freescale value with our own. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
d9e10ede72
commit
5222e237d9
|
|
@ -18,7 +18,7 @@ UBOOT_CONFIG[ccimx91-dvk] = "ccimx91-dvk_defconfig"
|
|||
ATF_PLATFORM = "imx91"
|
||||
IMX_BOOT_SOC_TARGET = "iMX91"
|
||||
IMXBOOT_TARGETS = "flash_singleboot"
|
||||
SECO_FIRMWARE_NAME = "mx91a0-ahab-container.img"
|
||||
SECO_FIRMWARE_NAME:ccimx91 = "mx91a0-ahab-container.img"
|
||||
|
||||
BOOTLOADER_SEEK_USERDATA = "32"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue