Author: myles Date: 2009-10-02 17:46:10 +0200 (Fri, 02 Oct 2009) New Revision: 4710
Removed: trunk/coreboot-v2/src/mainboard/embeddedplanet/ trunk/coreboot-v2/targets/embeddedplanet/ Modified: trunk/coreboot-v2/src/mainboard/Kconfig Log: Remove the Embedded Planet board. Signed-off-by: Ronald G. Minnich <[email protected]> Acked-by: Uwe Hermann <[email protected]> Acked-by: Myles Watson <[email protected]> Modified: trunk/coreboot-v2/src/mainboard/Kconfig =================================================================== --- trunk/coreboot-v2/src/mainboard/Kconfig 2009-10-02 12:45:18 UTC (rev 4709) +++ trunk/coreboot-v2/src/mainboard/Kconfig 2009-10-02 15:46:10 UTC (rev 4710) @@ -38,8 +38,6 @@ bool "DIGITAL-LOGIC" config VENDOR_EAGLELION bool "EagleLion" -config VENDOR_EMBEDDED_PLANET - bool "Embedded Planet" config VENDOR_EMULATION bool "Emulation" config VENDOR_GIGABYTE @@ -184,11 +182,6 @@ config MAINBOARD_VENDOR string - default "Embedded Planet" - depends on VENDOR_EMBEDDED_PLANET - -config MAINBOARD_VENDOR - string default "Emulation" depends on VENDOR_EMULATION @@ -349,7 +342,6 @@ source "src/mainboard/dell/Kconfig" source "src/mainboard/digitallogic/Kconfig" source "src/mainboard/eaglelion/Kconfig" -source "src/mainboard/embeddedplanet/Kconfig" source "src/mainboard/emulation/Kconfig" source "src/mainboard/gigabyte/Kconfig" source "src/mainboard/hp/Kconfig" @@ -361,7 +353,6 @@ source "src/mainboard/kontron/Kconfig" source "src/mainboard/lippert/Kconfig" source "src/mainboard/mitac/Kconfig" -source "src/mainboard/motorola/Kconfig" source "src/mainboard/msi/Kconfig" source "src/mainboard/nec/Kconfig" source "src/mainboard/newisys/Kconfig" -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

