diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-03-08 23:44:30 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-03-08 23:44:30 +0000 |
commit | 2140575066d3890a74c2820932af9bf26a7b0adb (patch) | |
tree | 86ded591f1edaad51b1b2b9d93a5c1d9504ece72 /src/mainboard/gigabyte | |
parent | b9b3a0694a8e1d904b77ace63e5992bac01bd4d8 (diff) |
Remove Kconfig entries that disable
WAIT_BEFORE_CPUS_INIT. It's disabled by default
(see src/cpu/x86/Kconfig)
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5198 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga_2761gxdk/Kconfig | 5 | ||||
-rw-r--r-- | src/mainboard/gigabyte/m57sli/Kconfig | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig index d599c5cd1d..348139b501 100644 --- a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig +++ b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig @@ -125,11 +125,6 @@ config SERIAL_CPU_INIT default n depends on BOARD_GIGABYTE_GA_2761GXDK -config WAIT_BEFORE_CPUS_INIT - bool - default n - depends on BOARD_GIGABYTE_GA_2761GXDK - config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID hex default 0x1039 diff --git a/src/mainboard/gigabyte/m57sli/Kconfig b/src/mainboard/gigabyte/m57sli/Kconfig index fabef71ea1..098312cc9a 100644 --- a/src/mainboard/gigabyte/m57sli/Kconfig +++ b/src/mainboard/gigabyte/m57sli/Kconfig @@ -128,11 +128,6 @@ config SERIAL_CPU_INIT default n depends on BOARD_GIGABYTE_M57SLI -config WAIT_BEFORE_CPUS_INIT - bool - default n - depends on BOARD_GIGABYTE_M57SLI - config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID hex default 0x1022 |