soc/intel/cannonlake: Disable UART_DEBUG by default
This patch ensures serial debug is not enabled by default on Cannonlake platform. Change-Id: Id925c8c73971a027e45ea3c61e878f134bc9feff Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/27205 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
50a7fca1d7
commit
918ff858cf
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ config CPU_SPECIFIC_OPTIONS
|
|||
|
||||
config UART_DEBUG
|
||||
bool "Enable UART debug port."
|
||||
default y
|
||||
default n
|
||||
select CONSOLE_SERIAL
|
||||
select BOOTBLOCK_CONSOLE
|
||||
select DRIVERS_UART
|
||||
|
|
Loading…
Reference in a new issue