diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-07-26 15:59:38 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2022-07-29 13:23:06 -0300 |
commit | 63d73925950aa35ec1378696c0f5dcfd2fef9e83 (patch) | |
tree | 78ea8c91fab158055ebc70ee36cb0e8fa66d421f /conf/machine/imx8mq-evk.conf | |
parent | 0d87d90f79c381dfc1a92548bd19600a23376a98 (diff) | |
download | meta-freescale-63d73925950aa35ec1378696c0f5dcfd2fef9e83.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>
Diffstat (limited to 'conf/machine/imx8mq-evk.conf')
-rw-r--r-- | conf/machine/imx8mq-evk.conf | 3 |
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 |
69 | ATF_PLATFORM = "imx8mq" | 69 | ATF_PLATFORM = "imx8mq" |
70 | 70 | ||
71 | # Extra firmware package name, that is required to build boot container for fslc bsp | ||
72 | IMX_EXTRA_FIRMWARE = "firmware-imx-8m" | ||
73 | |||
74 | # Set imx-mkimage boot target | 71 | # Set imx-mkimage boot target |
75 | IMXBOOT_TARGETS = "flash_evk flash_evk_no_hdmi flash_dp_evk" | 72 | IMXBOOT_TARGETS = "flash_evk flash_evk_no_hdmi flash_dp_evk" |
76 | IMX_BOOT_SOC_TARGET = "iMX8M" | 73 | IMX_BOOT_SOC_TARGET = "iMX8M" |