summaryrefslogtreecommitdiffstats
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:41 -0200
commit3025746a5fb77ca20db983861070a2b590f917a2 (patch)
tree167470790135de967e73ff74e78393939d47599a
parent2383798ea576ca979434fa038c932ef0ce304b9d (diff)
downloadmeta-freescale-3025746a5fb77ca20db983861070a2b590f917a2.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>
-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)"