From 423c1115d1a34227fd71a260f374e196b79e3e74 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Fri, 27 Feb 2015 14:38:22 +0100 Subject: [PATCH] meta-digi-arm: allow to build variant 0x8 Variant 0x8 does not have wireless/bluetooth, but it uses the same device tree than the other variants. https://jira.digi.com/browse/DEL-1524 Signed-off-by: Javier Viguera (cherry picked from commit 3ba5bff51ebbe6be8325128ae3beb950993607d2) --- meta-digi-arm/conf/machine/include/ccimx6.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/conf/machine/include/ccimx6.inc b/meta-digi-arm/conf/machine/include/ccimx6.inc index aacdf762b..b4fb42374 100644 --- a/meta-digi-arm/conf/machine/include/ccimx6.inc +++ b/meta-digi-arm/conf/machine/include/ccimx6.inc @@ -92,7 +92,7 @@ DTB_VARIANT_STR_wbq512 = "-wb" DTB_VARIANT_STR_wbq1024 = "-wb" DTB_VARIANT_STR_wq1024 = "-wb" DTB_VARIANT_STR_wdl256 = "-w" -DTB_VARIANT_STR_q512 = "-z" +DTB_VARIANT_STR_q512 = "-wb" DTB_VARIANT_STR_dl256 = "-z" DTB_VARIANT_STR_wdl512 = "-mw" DTB_VARIANT_STR_wbdl1024 = "-mwb"