From 294d5b1f05b672b19af350c000180261d92104a0 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 15 Apr 2020 17:24:57 -0300 Subject: 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 --- conf/machine/imx8qxpmek.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine/imx8qxpmek.conf') diff --git a/conf/machine/imx8qxpmek.conf b/conf/machine/imx8qxpmek.conf index 80da6e2d..c0a044fb 100644 --- a/conf/machine/imx8qxpmek.conf +++ b/conf/machine/imx8qxpmek.conf @@ -8,6 +8,8 @@ MACHINEOVERRIDES =. "mx8:mx8x:mx8qxp:" require conf/machine/include/imx-base.inc require conf/machine/include/arm/arch-arm64.inc +IMX_DEFAULT_BSP = "nxp" + MACHINE_FEATURES_append = " qca6174" # Don't include kernels in standard images -- cgit v1.2.3-54-g00ecf