From 59324fb456d71f03f8071117504d7402276c4733 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 26 Jul 2022 15:59:38 -0300 Subject: imx-base.inc: consolidate `IMX_EXTRA_FIRMWARE` definition We should have a single definition for `IMX_EXTRA_FIRMWARE` variable as this is SoC specific and not machine, or recipe, dependent. This removes multiple assignments from: - conf/machine/imx8mq-evk.conf - conf/machine/include/imx8mm-evk.inc - conf/machine/include/imx8mn-evk.inc - conf/machine/include/imx8mp-evk.inc - recipes-bsp/imx-mkimage/imx-boot_1.0.bb Signed-off-by: Otavio Salvador (cherry picked from commit 63d73925950aa35ec1378696c0f5dcfd2fef9e83) --- conf/machine/imx8mq-evk.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'conf/machine/imx8mq-evk.conf') diff --git a/conf/machine/imx8mq-evk.conf b/conf/machine/imx8mq-evk.conf index 1e8146a8..a2a81f4c 100644 --- a/conf/machine/imx8mq-evk.conf +++ b/conf/machine/imx8mq-evk.conf @@ -68,9 +68,6 @@ UBOOT_DTB_NAME = "imx8mq-evk.dtb" # Set ATF platform name ATF_PLATFORM = "imx8mq" -# Extra firmware package name, that is required to build boot container for fslc bsp -IMX_EXTRA_FIRMWARE = "firmware-imx-8m" - # Set imx-mkimage boot target IMXBOOT_TARGETS = "flash_evk flash_evk_no_hdmi flash_dp_evk" IMX_BOOT_SOC_TARGET = "iMX8M" -- cgit v1.2.3-54-g00ecf