aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2012-07-07 13:42:03 +0300
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2012-08-07 06:40:41 +0200
commit7bdf85bfdb4e2c5efe47d8474f42f42c152c8882 (patch)
tree0583ed4f4151ab4586b9435bcd3cbd7c58079019 /src/cpu/x86/Kconfig
parent9ca1c0af64eeec013e3b4997fb86d334101c7f47 (diff)
Move cpus_ready_for_init() to AMD K8
The function is a noop for all but amd/serengeti_cheetah. Change-Id: I09e2e710aa964c2f31e35fcea4f14856cc1e1dca Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/1184 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r--src/cpu/x86/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig
index 0eaee2ed40..07e9d9ecbf 100644
--- a/src/cpu/x86/Kconfig
+++ b/src/cpu/x86/Kconfig
@@ -2,10 +2,6 @@ config SERIAL_CPU_INIT
bool
default y
-config WAIT_BEFORE_CPUS_INIT
- bool
- default n
-
config UDELAY_IO
bool
default y if !UDELAY_LAPIC && !UDELAY_TSC