Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16838
-gerrit
commit 18ff99b05b5fd7e0a37a5d2f5ad3a82c7d50d698 Author: Martin Roth martinroth@google.com Date: Fri Sep 30 15:27:24 2016 -0600
google/gale/Kconfig: Change wording of Kconfig option
Everybody knows WHAT they're supposed to do with options, so the text "Pick this" or "Select to" are redundant.
Change-Id: I327c5be755373e99ca0738593bd78e1084d4d492 Signed-off-by: Martin Roth martinroth@google.com --- src/mainboard/google/gale/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mainboard/google/gale/Kconfig b/src/mainboard/google/gale/Kconfig index 5b960cd..01e2945 100644 --- a/src/mainboard/google/gale/Kconfig +++ b/src/mainboard/google/gale/Kconfig @@ -37,7 +37,7 @@ config CHROMEOS select WIPEOUT_SUPPORTED
config BOARD_VARIANT_DK01 - bool "pick this to build an image for DK01" + bool "Build an image for DK01" default n
config MAINBOARD_DIR