Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/27205
Change subject: soc/intel/cannonlake: Default disable UART_DEBUG Kconfig ......................................................................
soc/intel/cannonlake: Default disable UART_DEBUG Kconfig
This patch ensures serial debug is not default enable on Cannonlake platform.
Change-Id: Id925c8c73971a027e45ea3c61e878f134bc9feff Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/soc/intel/cannonlake/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/27205/1
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index 005ed99..101d71e 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -64,7 +64,7 @@
config UART_DEBUG bool "Enable UART debug port." - default y + default n select CONSOLE_SERIAL select BOOTBLOCK_CONSOLE select DRIVERS_UART