diff options
author | Sven Schnelle <svens@stackframe.org> | 2012-06-26 09:11:55 +0200 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2012-07-02 21:44:36 +0200 |
commit | 78efc4c36c68b51b3e73acdb721a12ec23ed0369 (patch) | |
tree | 4b9e4f1af76e073acbdaffec5c906bc150eab9ed /src/mainboard/asus/m4a78-em | |
parent | 042c1461fb777e583e5de48edf9326e47ee5595f (diff) | |
download | coreboot-78efc4c36c68b51b3e73acdb721a12ec23ed0369.tar.xz |
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/asus/m4a78-em')
-rw-r--r-- | src/mainboard/asus/m4a78-em/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asus/m4a78-em/Kconfig b/src/mainboard/asus/m4a78-em/Kconfig index 516308fa94..cc1e0b183f 100644 --- a/src/mainboard/asus/m4a78-em/Kconfig +++ b/src/mainboard/asus/m4a78-em/Kconfig @@ -15,7 +15,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_MP_TABLE select SB_HT_CHAIN_UNITID_OFFSET_ONLY select LIFT_BSP_APIC_ID - select SERIAL_CPU_INIT select AMDMCT select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_1024 |