<p>Subrata Banik has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21287">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/{cannonlake,skylake}: Add active default value for UART_FOR_CONSOLE<br><br>This patch to avoid build bot hang issue due to no<br>active default value for UART_FOR_CONSOLE kconfig<br>option.<br><br>Change-Id: I70ca5dc6c4bde6a119ad59d8c58955c96c042198<br>Signed-off-by: Subrata Banik <subrata.banik@intel.com><br>---<br>M src/soc/intel/cannonlake/Kconfig<br>M src/soc/intel/skylake/Kconfig<br>2 files changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/21287/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig<br>index 65b581e..df3cda1 100644<br>--- a/src/soc/intel/cannonlake/Kconfig<br>+++ b/src/soc/intel/cannonlake/Kconfig<br>@@ -65,6 +65,7 @@<br> config UART_FOR_CONSOLE<br>    int "Index for LPSS UART port to use for console"<br>   default 2 if DRIVERS_UART_8250MEM<br>+    default 0<br>     help<br>      Index for LPSS UART port to use for console:<br>          0 = LPSS UART0, 1 = LPSS UART1, 2 = LPSS UART2<br>diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig<br>index 7a3c3a6..4927eac 100644<br>--- a/src/soc/intel/skylake/Kconfig<br>+++ b/src/soc/intel/skylake/Kconfig<br>@@ -203,6 +203,7 @@<br> config UART_FOR_CONSOLE<br>        int "Index for LPSS UART port to use for console"<br>   default 2 if DRIVERS_UART_8250MEM<br>+    default 0<br>     help<br>      Index for LPSS UART port to use for console:<br>          0 = LPSS UART0, 1 = LPSS UART1, 2 = LPSS UART2<br></pre><p>To view, visit <a href="https://review.coreboot.org/21287">change 21287</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/21287"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I70ca5dc6c4bde6a119ad59d8c58955c96c042198 </div>
<div style="display:none"> Gerrit-Change-Number: 21287 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Subrata Banik <subrata.banik@intel.com> </div>