From: Fabio Berton Date: Wed, 25 Jan 2017 13:44:01 +0000 (-0200) Subject: u-boot-imx: Remove i.MX 6UL specific metadata X-Git-Tag: 2.2~10 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3025746a5fb77ca20db983861070a2b590f917a2;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador --- 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 LOCALVERSION ?= "-${SRCBRANCH}" PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" +COMPATIBLE_MACHINE = "(mx6|mx7)"