[coreboot] [v2] r4757 - trunk/coreboot-v2/src/mainboard/emulation/qemu-x86

svn at coreboot.org svn at coreboot.org
Sat Oct 10 18:19:12 CEST 2009


Author: uwe
Date: 2009-10-10 18:19:12 +0200 (Sat, 10 Oct 2009)
New Revision: 4757

Modified:
   trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/Kconfig
Log:
Drop "select CONSOLE_SERIAL8250" from QEMU, it's default-y anyway.

Tested on QEMU.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/Kconfig	2009-10-09 20:13:43 UTC (rev 4756)
+++ trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/Kconfig	2009-10-10 16:19:12 UTC (rev 4757)
@@ -4,7 +4,6 @@
 	select CPU_I586
 	select SOUTHBRIDGE_INTEL_I82371EB
 	select CPU_EMULATION_QEMU_X86
-	select CONSOLE_SERIAL8250
 
 config MAINBOARD_DIR
 	string





More information about the coreboot mailing list