[coreboot-gerrit] Change in coreboot[master]: soc/intel/cannonlake: Default disable UART_DEBUG Kconfig

Subrata Banik (Code Review) gerrit at coreboot.org
Fri Jun 22 15:30:40 CEST 2018


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 at 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

-- 
To view, visit https://review.coreboot.org/27205
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id925c8c73971a027e45ea3c61e878f134bc9feff
Gerrit-Change-Number: 27205
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subrata.banik at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180622/dac3c2b7/attachment.html>


More information about the coreboot-gerrit mailing list