From e064d0e3df98750ead9930983f0bb920a3e02d05 Mon Sep 17 00:00:00 2001 From: Tomas Vilda Date: Tue, 21 Dec 2021 13:58:23 +0200 Subject: [PATCH] colibri-imx6ull: fix mistyped override Fix mistype in colibri-imx6ull machine include file when using nxp bsp. Reported-by: Tomas Vilda Signed-off-by: Max Krummenacher --- conf/machine/colibri-imx6ull.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/colibri-imx6ull.conf b/conf/machine/colibri-imx6ull.conf index 88f20e9..2c06c48 100644 --- a/conf/machine/colibri-imx6ull.conf +++ b/conf/machine/colibri-imx6ull.conf @@ -14,7 +14,7 @@ KBUILD_DEFCONFIG:use-nxp-bsp ?= "colibri-imx6ull_defconfig" KERNEL_DEVICETREE += " \ imx6ull-colibri-eval-v3.dtb imx6ull-colibri-wifi-eval-v3.dtb \ " -KERNEL_DEVICETREE:append:use_nxp_bsp = " \ +KERNEL_DEVICETREE:append:use-nxp-bsp = " \ imx6ull-colibri-aster.dtb imx6ull-colibri-wifi-aster.dtb \ imx6ull-colibri-iris.dtb imx6ull-colibri-wifi-iris.dtb \ imx6ull-colibri-iris-v2.dtb imx6ull-colibri-wifi-iris-v2.dtb \