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 <[email protected]> Acked-by: Uwe Hermann <[email protected]> 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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

