Hung-Te Lin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43986 )
Change subject: mb/google/kukui: indent config names for burnet and esche ......................................................................
mb/google/kukui: indent config names for burnet and esche
The 'burnet' and 'esche' in Kcofig.name should have two spaces after the arrow.
BUG=None TEST=make menuconfig BRANCH=kukui
Change-Id: If7cc31cf459082a797445fb8223b3d9cbde72901 Signed-off-by: Hung-Te Lin hungte@chromium.org --- M src/mainboard/google/kukui/Kconfig.name 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/43986/1
diff --git a/src/mainboard/google/kukui/Kconfig.name b/src/mainboard/google/kukui/Kconfig.name index 77cdc67..ecfb86e 100644 --- a/src/mainboard/google/kukui/Kconfig.name +++ b/src/mainboard/google/kukui/Kconfig.name @@ -51,9 +51,9 @@ select BOARD_GOOGLE_JACUZZI_COMMON
config BOARD_GOOGLE_ESCHE - bool "-> Esche" + bool "-> Esche" select BOARD_GOOGLE_JACUZZI_COMMON
config BOARD_GOOGLE_BURNET - bool "-> Burnet" + bool "-> Burnet" select BOARD_GOOGLE_JACUZZI_COMMON