Revert "meta-digi-arm: Define configuration targets for all platforms."

This reverts commit 5cf109df8b.

The configuration targets were already defined.
This commit is contained in:
Alex Gonzalez 2013-01-15 10:47:09 +01:00
parent 5cf109df8b
commit 2e1d2e1bcb
1 changed files with 0 additions and 4 deletions

View File

@ -12,8 +12,4 @@ UBOOT_MAKE_TARGET = "u-boot.bin"
UBOOT_SUFFIX = "bin" UBOOT_SUFFIX = "bin"
UBOOT_PADDING = "2" UBOOT_PADDING = "2"
UBOOT_MACHINE_ccxmx51js = "ccxmx51js_config"
UBOOT_MACHINE_ccxmx53js = "ccxmx53js_config"
UBOOT_MACHINE_ccardxmx28js = "ccardxmx28js_config"
COMPATIBLE_MACHINE = "(ccardxmx28js|ccxmx51js|ccxmx53js)" COMPATIBLE_MACHINE = "(ccardxmx28js|ccxmx51js|ccxmx53js)"