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 <javier.viguera@digi.com>
(cherry picked from commit 3ba5bff51ebbe6be8325128ae3beb950993607d2)
This commit is contained in:
Javier Viguera 2015-02-27 14:38:22 +01:00
parent cdec338906
commit 423c1115d1
1 changed files with 1 additions and 1 deletions

View File

@ -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"