From 2cf1f5d7d2aa4db239c840992ef86253f167cfe6 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 25 Jan 2017 10:34:48 -0200 Subject: [PATCH] imx6dl-riotboard: Add missing MACHINEOVERRIDES set Change-Id: Ie76de2039b654d49c509dab51f8299b14c067e60 Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- conf/machine/imx6dl-riotboard.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/imx6dl-riotboard.conf b/conf/machine/imx6dl-riotboard.conf index cba0c2e..6cc4f8c 100644 --- a/conf/machine/imx6dl-riotboard.conf +++ b/conf/machine/imx6dl-riotboard.conf @@ -7,6 +7,8 @@ include conf/machine/include/imx-base.inc include conf/machine/include/tune-cortexa9.inc +MACHINEOVERRIDES =. "mx6:mx6dl:" + UBOOT_MACHINE = "riotboard_defconfig" PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"