From 2e1d2e1bcb1c568d66c99f4ab354583c4a3f413a Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Tue, 15 Jan 2013 10:47:09 +0100 Subject: [PATCH] Revert "meta-digi-arm: Define configuration targets for all platforms." This reverts commit 5cf109df8bd8182937f959856eb2c45dd90d478f. The configuration targets were already defined. --- meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend b/meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend index 7b91ef0aa..1be6139a6 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend @@ -12,8 +12,4 @@ UBOOT_MAKE_TARGET = "u-boot.bin" UBOOT_SUFFIX = "bin" UBOOT_PADDING = "2" -UBOOT_MACHINE_ccxmx51js = "ccxmx51js_config" -UBOOT_MACHINE_ccxmx53js = "ccxmx53js_config" -UBOOT_MACHINE_ccardxmx28js = "ccardxmx28js_config" - COMPATIBLE_MACHINE = "(ccardxmx28js|ccxmx51js|ccxmx53js)"