aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/iwill
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/mainboard/iwill
parent042c1461fb777e583e5de48edf9326e47ee5595f (diff)
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/mainboard/iwill')
-rw-r--r--src/mainboard/iwill/dk8_htx/Kconfig4
-rw-r--r--src/mainboard/iwill/dk8s2/Kconfig4
-rw-r--r--src/mainboard/iwill/dk8x/Kconfig4
3 files changed, 0 insertions, 12 deletions
diff --git a/src/mainboard/iwill/dk8_htx/Kconfig b/src/mainboard/iwill/dk8_htx/Kconfig
index 3785b11475..5ad70f3cb9 100644
--- a/src/mainboard/iwill/dk8_htx/Kconfig
+++ b/src/mainboard/iwill/dk8_htx/Kconfig
@@ -54,10 +54,6 @@ config HT_CHAIN_UNITID_BASE
hex
default 0xa
-config SERIAL_CPU_INIT
- bool
- default n
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/iwill/dk8s2/Kconfig b/src/mainboard/iwill/dk8s2/Kconfig
index 1c35cb2bb5..7fda0a686a 100644
--- a/src/mainboard/iwill/dk8s2/Kconfig
+++ b/src/mainboard/iwill/dk8s2/Kconfig
@@ -51,10 +51,6 @@ config HT_CHAIN_UNITID_BASE
hex
default 0x1
-config SERIAL_CPU_INIT
- bool
- default n
-
config IRQ_SLOT_COUNT
int
default 12
diff --git a/src/mainboard/iwill/dk8x/Kconfig b/src/mainboard/iwill/dk8x/Kconfig
index 9216078bc8..452b6e6206 100644
--- a/src/mainboard/iwill/dk8x/Kconfig
+++ b/src/mainboard/iwill/dk8x/Kconfig
@@ -50,10 +50,6 @@ config HT_CHAIN_UNITID_BASE
hex
default 0x1
-config SERIAL_CPU_INIT
- bool
- default n
-
config IRQ_SLOT_COUNT
int
default 9