[coreboot-gerrit] New patch to review for coreboot: 015f460 snow: Add a name to the serial console UART choice block.

Gabe Black (gabeblack@chromium.org) gerrit at coreboot.org
Sun May 26 14:48:31 CEST 2013


Gabe Black (gabeblack at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3293

-gerrit

commit 015f460508f8d41fc676dafef4b9f8a8aaa48c8a
Author: Gabe Black <gabeblack at chromium.org>
Date:   Sun May 26 11:31:56 2013 +0200

    snow: Add a name to the serial console UART choice block.
    
    This allows other boards to have the same choice block without confusing
    kconfig.
    
    Change-Id: Iea5a7f2d1c263aa7992f504b832ca9c862833c3f
    Signed-off-by: Gabe Black <gabeblack at chromium.org>
---
 src/mainboard/google/snow/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/snow/Kconfig b/src/mainboard/google/snow/Kconfig
index c28a986..aa4c3c4 100644
--- a/src/mainboard/google/snow/Kconfig
+++ b/src/mainboard/google/snow/Kconfig
@@ -72,7 +72,7 @@ config NR_DRAM_BANKS
 	int
 	default 1
 
-choice
+choice CONSOLE_SERIAL_UART_CHOICES
 	prompt "Serial Console UART"
 	default CONSOLE_SERIAL_UART3
 	depends on CONSOLE_SERIAL_UART



More information about the coreboot-gerrit mailing list