summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8mq-evk.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-07-26 15:59:38 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-07-29 21:20:34 +0000
commit59324fb456d71f03f8071117504d7402276c4733 (patch)
tree23b15717a42cd5990e2174bdbb79d7e1dbcf0100 /conf/machine/imx8mq-evk.conf
parent7b8a74393ab6cfe69d3da065fee60697b0daebad (diff)
downloadmeta-freescale-59324fb456d71f03f8071117504d7402276c4733.tar.gz
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 <otavio@ossystems.com.br> (cherry picked from commit 63d73925950aa35ec1378696c0f5dcfd2fef9e83)
Diffstat (limited to 'conf/machine/imx8mq-evk.conf')
-rw-r--r--conf/machine/imx8mq-evk.conf3
1 files changed, 0 insertions, 3 deletions
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"
68# Set ATF platform name 68# Set ATF platform name
69ATF_PLATFORM = "imx8mq" 69ATF_PLATFORM = "imx8mq"
70 70
71# Extra firmware package name, that is required to build boot container for fslc bsp
72IMX_EXTRA_FIRMWARE = "firmware-imx-8m"
73
74# Set imx-mkimage boot target 71# Set imx-mkimage boot target
75IMXBOOT_TARGETS = "flash_evk flash_evk_no_hdmi flash_dp_evk" 72IMXBOOT_TARGETS = "flash_evk flash_evk_no_hdmi flash_dp_evk"
76IMX_BOOT_SOC_TARGET = "iMX8M" 73IMX_BOOT_SOC_TARGET = "iMX8M"