summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8qmmek.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2020-04-15 17:24:57 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-15 17:57:41 -0300
commit294d5b1f05b672b19af350c000180261d92104a0 (patch)
treee2df1ee05bbb4ae2a4ea3e63c5cf81b7e40197c9 /conf/machine/imx8qmmek.conf
parent4a35d35ce96b1831d4fd74883f964b18a25ba169 (diff)
downloadmeta-freescale-294d5b1f05b672b19af350c000180261d92104a0.tar.gz
Finally fix the mainline BSP vs NXP BSP dynamic change
We cannot change the default BSP based on SoC as we trim out those when moving to the mainline BSP. For this reason, we moved the i.MX8 forced setting to our respective machines as they lack mainline BSP support. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx8qmmek.conf')
-rw-r--r--conf/machine/imx8qmmek.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/imx8qmmek.conf b/conf/machine/imx8qmmek.conf
index 01d92009..6c91172b 100644
--- a/conf/machine/imx8qmmek.conf
+++ b/conf/machine/imx8qmmek.conf
@@ -8,6 +8,8 @@ MACHINEOVERRIDES =. "mx8:mx8qm:"
8require conf/machine/include/imx-base.inc 8require conf/machine/include/imx-base.inc
9require conf/machine/include/tune-cortexa72-cortexa53.inc 9require conf/machine/include/tune-cortexa72-cortexa53.inc
10 10
11IMX_DEFAULT_BSP = "nxp"
12
11MACHINE_FEATURES_append = " qca6174" 13MACHINE_FEATURES_append = " qca6174"
12 14
13# Don't include kernels in standard images 15# Don't include kernels in standard images