summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/Kconfig
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2012-06-26 09:11:55 +0200
committerSven Schnelle <svens@stackframe.org>2012-07-02 21:44:36 +0200
commit78efc4c36c68b51b3e73acdb721a12ec23ed0369 (patch)
tree4b9e4f1af76e073acbdaffec5c906bc150eab9ed /src/cpu/x86/Kconfig
parent042c1461fb777e583e5de48edf9326e47ee5595f (diff)
downloadcoreboot-78efc4c36c68b51b3e73acdb721a12ec23ed0369.tar.gz
coreboot-78efc4c36c68b51b3e73acdb721a12ec23ed0369.tar.bz2
coreboot-78efc4c36c68b51b3e73acdb721a12ec23ed0369.zip
remove CONFIG_SERIAL_CPU_INIT
The new broadcast code doesn't support serial init - if a CPU needs serial init, this should be handled in the model specific CPU init code. Change-Id: I7cafb0af10d712366819ad0849f9b93558e9d46a Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-on: http://review.coreboot.org/1140 Tested-by: build bot (Jenkins)
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 0eaee2ed40bc..de40c059b1ba 100644
--- a/src/cpu/x86/Kconfig
+++ b/src/cpu/x86/Kconfig
@@ -1,7 +1,3 @@
-config SERIAL_CPU_INIT
- bool
- default y
-
config WAIT_BEFORE_CPUS_INIT
bool
default n