[coreboot-gerrit] New patch to review for coreboot: intel/skylake: HAVE_UART_MEMORY_MAPPED doesn't exist anymore

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Sep 10 14:05:19 CET 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11612

-gerrit

commit a1c2906632df49064c63d1e60923a4f759f55dac
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Wed Sep 9 21:53:52 2015 +0200

    intel/skylake: HAVE_UART_MEMORY_MAPPED doesn't exist anymore
    
    ... the configuration is handled further below in the file by virtue of
    select DRIVERS_UART_8250MEM
    
    Change-Id: Ie5481d23cd3ac3561958fd100bd05c0e4b03ce00
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/soc/intel/skylake/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index 843cb8a..07c1d41 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -24,7 +24,6 @@ config CPU_SPECIFIC_OPTIONS
 	select HAVE_HARD_RESET
 	select HAVE_MONOTONIC_TIMER
 	select HAVE_SMI_HANDLER
-	select HAVE_UART_MEMORY_MAPPED
 	select IOAPIC
 	select MMCONF_SUPPORT
 	select MMCONF_SUPPORT_DEFAULT



More information about the coreboot-gerrit mailing list