[coreboot-gerrit] New patch to review for coreboot: soc/nvidia/tegra210: Remove CONSOLE_SERIAL_TEGRA210_UART_CHOICES

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Fri Nov 11 22:25:16 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17391

-gerrit

commit c5a09c671e87c37d3c92bd17e846b1ac7e90d43c
Author: Martin Roth <martinroth at google.com>
Date:   Fri Nov 11 14:24:22 2016 -0700

    soc/nvidia/tegra210: Remove CONSOLE_SERIAL_TEGRA210_UART_CHOICES
    
    The Kconfig symbol CONSOLE_SERIAL_TEGRA210_UART_CHOICES was attached to
    a choice, and isn't used anywhere.  Remove it as unnecessary.
    
    Change-Id: I4efd2e43ac34b266db0d40d1bc8c123bd377b3a2
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/soc/nvidia/tegra210/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/nvidia/tegra210/Kconfig b/src/soc/nvidia/tegra210/Kconfig
index 3c88a84..4e3becc 100644
--- a/src/soc/nvidia/tegra210/Kconfig
+++ b/src/soc/nvidia/tegra210/Kconfig
@@ -34,7 +34,7 @@ config MAINBOARD_DO_SOR_INIT
 	help
 	  Initialize dp display
 
-choice CONSOLE_SERIAL_TEGRA210_UART_CHOICES
+choice
 	prompt "Serial Console UART"
 	default CONSOLE_SERIAL_TEGRA210_UARTA
 	depends on CONSOLE_SERIAL



More information about the coreboot-gerrit mailing list