From 3025746a5fb77ca20db983861070a2b590f917a2 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 25 Jan 2017 11:44:01 -0200 Subject: 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 --- recipes-bsp/u-boot/u-boot-imx_2016.03.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- cgit v1.2.3-54-g00ecf