Author: oxygene
Date: Tue Feb  9 13:32:55 2010
New Revision: 5100
URL: http://tracker.coreboot.org/trac/coreboot/changeset/5100

Log:
Actually set HAVE_OPTION_TABLES for the boards that need it.
(See last commit)

Signed-off-by: Patrick Georgi <[email protected]>
Acked-by: Patrick Georgi <[email protected]>

Modified:
   trunk/src/mainboard/amd/dbm690t/Kconfig
   trunk/src/mainboard/asus/a8v-e_se/Kconfig
   trunk/src/mainboard/kontron/kt690/Kconfig
   trunk/src/mainboard/technexion/tim5690/Kconfig

Modified: trunk/src/mainboard/amd/dbm690t/Kconfig
==============================================================================
--- trunk/src/mainboard/amd/dbm690t/Kconfig     Tue Feb  9 13:21:10 2010        
(r5099)
+++ trunk/src/mainboard/amd/dbm690t/Kconfig     Tue Feb  9 13:32:55 2010        
(r5100)
@@ -27,11 +27,6 @@
        default n
        depends on BOARD_AMD_DBM690T
 
-config HAVE_OPTION_TABLE
-       bool
-       default n
-       depends on BOARD_AMD_DBM690T
-
 config DCACHE_RAM_BASE
        hex
        default 0xc8000

Modified: trunk/src/mainboard/asus/a8v-e_se/Kconfig
==============================================================================
--- trunk/src/mainboard/asus/a8v-e_se/Kconfig   Tue Feb  9 13:21:10 2010        
(r5099)
+++ trunk/src/mainboard/asus/a8v-e_se/Kconfig   Tue Feb  9 13:32:55 2010        
(r5100)
@@ -99,11 +99,6 @@
        default n
        depends on BOARD_ASUS_A8V_E_SE
 
-config HAVE_OPTION_TABLE
-       bool
-       default n
-       depends on BOARD_ASUS_A8V_E_SE
-
 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
        hex
        default 0x1043

Modified: trunk/src/mainboard/kontron/kt690/Kconfig
==============================================================================
--- trunk/src/mainboard/kontron/kt690/Kconfig   Tue Feb  9 13:21:10 2010        
(r5099)
+++ trunk/src/mainboard/kontron/kt690/Kconfig   Tue Feb  9 13:32:55 2010        
(r5100)
@@ -78,11 +78,6 @@
        default 1
        depends on BOARD_KONTRON_KT690
 
-config HAVE_OPTION_TABLE
-       bool
-       default n
-       depends on BOARD_KONTRON_KT690
-
 config HW_MEM_HOLE_SIZE_AUTO_INC
        bool
        default n

Modified: trunk/src/mainboard/technexion/tim5690/Kconfig
==============================================================================
--- trunk/src/mainboard/technexion/tim5690/Kconfig      Tue Feb  9 13:21:10 
2010        (r5099)
+++ trunk/src/mainboard/technexion/tim5690/Kconfig      Tue Feb  9 13:32:55 
2010        (r5100)
@@ -127,8 +127,3 @@
        hex
        default 0x4000
        depends on BOARD_TECHNEXION_TIM5690
-
-config HAVE_OPTION_TABLE
-       bool
-       default n
-       depends on BOARD_TECHNEXION_TIM5690

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

Reply via email to