summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx8mn-evk.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-03-29 13:51:43 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-03-29 13:57:49 -0300
commita2c40a57bdf5a6a681e6a37f6192433a6245bab7 (patch)
tree443845bae34c3e46453967ca1c544ed02984f083 /conf/machine/include/imx8mn-evk.inc
parentc5ebde814cbc67656d2d2c373095a0f1515e1e09 (diff)
downloadmeta-freescale-a2c40a57bdf5a6a681e6a37f6192433a6245bab7.tar.gz
Remove conditional imx-boot-container MACHINEOVERRIDES
The imx-boot-container MACHINEOVERRIDES allows the bootloader recipe to enable the binman support for the SoCs which uses it. The conditional belongs to the bootloader recipe and can be removed from machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/imx8mn-evk.inc')
-rw-r--r--conf/machine/include/imx8mn-evk.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/conf/machine/include/imx8mn-evk.inc b/conf/machine/include/imx8mn-evk.inc
index f44b7a9d..b5fcc7bc 100644
--- a/conf/machine/include/imx8mn-evk.inc
+++ b/conf/machine/include/imx8mn-evk.inc
@@ -1,8 +1,4 @@
1MACHINEOVERRIDES =. "mx8mn:" 1MACHINEOVERRIDES =. "mx8mn:imx-boot-container:"
2
3# FIXME: u-boot-imx should be converted to `binman` and then we can
4# avoid this specific overrides and handle it in a generic way.
5MACHINEOVERRIDES =. "${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', 'u-boot-imx', '', 'imx-boot-container:', d)}"
6 2
7require conf/machine/include/imx-base.inc 3require conf/machine/include/imx-base.inc
8require conf/machine/include/arm/armv8a/tune-cortexa53.inc 4require conf/machine/include/arm/armv8a/tune-cortexa53.inc