summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2017-01-25 11:44:01 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2017-01-27 13:31:28 -0200
commite525c1da393edee35366a5f2fc88120bb6416364 (patch)
treed7b83afa0b953f9c5f744dd61e3a4aa1df0ae2e4 /recipes-bsp
parentb58cb607912fc85f8931734c80377377ed43117d (diff)
downloadmeta-freescale-e525c1da393edee35366a5f2fc88120bb6416364.tar.gz
u-boot-imx: Remove i.MX 6UL specific metadata
The SoC is now dealt as a i.MX6 SoC so there is no need for the specific metadata. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2016.03.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2016.03.bb b/recipes-bsp/u-boot/u-boot-imx_2016.03.bb
index 872d17d9..5f1f383a 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2016.03.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2016.03.bb
@@ -19,4 +19,4 @@ inherit fsl-u-boot-localversion
19LOCALVERSION ?= "-${SRCBRANCH}" 19LOCALVERSION ?= "-${SRCBRANCH}"
20 20
21PACKAGE_ARCH = "${MACHINE_ARCH}" 21PACKAGE_ARCH = "${MACHINE_ARCH}"
22COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" 22COMPATIBLE_MACHINE = "(mx6|mx7)"