Author: rminnich
Date: 2009-10-01 18:51:36 +0200 (Thu, 01 Oct 2009)
New Revision: 4703

Removed:
   trunk/coreboot-v2/src/mainboard/totalimpact/
Modified:
   trunk/coreboot-v2/src/Kconfig
   trunk/coreboot-v2/src/mainboard/Kconfig
Log:
Get rid of the total impact. Vendor died 5 years ago and nobody cares.

Signed-off-by: Ronald G. Minnich <[email protected]>
Acked-by: Myles Watson <[email protected]>



Modified: trunk/coreboot-v2/src/Kconfig
===================================================================
--- trunk/coreboot-v2/src/Kconfig       2009-10-01 16:24:58 UTC (rev 4702)
+++ trunk/coreboot-v2/src/Kconfig       2009-10-01 16:51:36 UTC (rev 4703)
@@ -152,7 +152,7 @@
 
 config HAVE_HARD_RESET
        bool
-       default n
+       default 0
 
 config HAVE_INIT_TIMER
        bool

Modified: trunk/coreboot-v2/src/mainboard/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/Kconfig     2009-10-01 16:24:58 UTC (rev 
4702)
+++ trunk/coreboot-v2/src/mainboard/Kconfig     2009-10-01 16:51:36 UTC (rev 
4703)
@@ -92,8 +92,6 @@
        bool "TeleVideo"
 config VENDOR_THOMSON
        bool "Thomson"
-config VENDOR_TOTAL_IMPACT
-       bool "Total Impact"
 config VENDOR_TYAN
        bool "Tyan"
 config VENDOR_VIA
@@ -323,11 +321,6 @@
 
 config MAINBOARD_VENDOR
        string
-       default "Total Impact"
-       depends on VENDOR_TOTAL_IMPACT
-
-config MAINBOARD_VENDOR
-       string
        default "Tyan"
        depends on VENDOR_TYAN
 
@@ -390,7 +383,6 @@
 source "src/mainboard/technologic/Kconfig"
 source "src/mainboard/televideo/Kconfig"
 source "src/mainboard/thomson/Kconfig"
-source "src/mainboard/totalimpact/Kconfig"
 source "src/mainboard/tyan/Kconfig"
 source "src/mainboard/via/Kconfig"
 


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to