From a90acbd6ddf979907d8afce2f56350862ef4427b Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 3 Sep 2021 13:15:24 -0600 Subject: mb/google: Unify all variants to start with "-> " All variants originally had been changed to start with an arrow with two spaces following it to line up with the platform name. A number of recent platforms were added only using a single space. This change updates them all to have two spaces so they line up again. Signed-off-by: Martin Roth Change-Id: Iab9e6207fff5a7d2f6d76e5ca33eeaca721a224f Reviewed-on: https://review.coreboot.org/c/coreboot/+/57391 Tested-by: build bot (Jenkins) Reviewed-by: Paul Fagerburg Reviewed-by: Angel Pons --- src/mainboard/google/herobrine/Kconfig.name | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/google/herobrine') diff --git a/src/mainboard/google/herobrine/Kconfig.name b/src/mainboard/google/herobrine/Kconfig.name index ed2ce5c3f7..d7b1e57a3b 100644 --- a/src/mainboard/google/herobrine/Kconfig.name +++ b/src/mainboard/google/herobrine/Kconfig.name @@ -3,15 +3,15 @@ comment "Herobrine" if USE_QC_BLOBS config BOARD_GOOGLE_HEROBRINE - bool "-> Herobrine" + bool "-> Herobrine" select BOARD_GOOGLE_HEROBRINE_COMMON config BOARD_GOOGLE_SENOR - bool "-> Senor" + bool "-> Senor" select BOARD_GOOGLE_HEROBRINE_COMMON config BOARD_GOOGLE_PIGLIN - bool "-> Piglin" + bool "-> Piglin" select BOARD_GOOGLE_HEROBRINE_COMMON endif -- cgit v1.2.3