diff options
author | Martin Roth <martin@coreboot.org> | 2021-09-03 13:15:24 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2021-09-16 15:34:29 +0000 |
commit | a90acbd6ddf979907d8afce2f56350862ef4427b (patch) | |
tree | c2b6c3cb93ade7f91fbfccd79b1a3d0bde14cf88 /src/mainboard/google/zork | |
parent | 298b35923d08747608224bc12d569cce731e5c35 (diff) |
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 <martin@coreboot.org>
Change-Id: Iab9e6207fff5a7d2f6d76e5ca33eeaca721a224f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57391
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/zork')
-rw-r--r-- | src/mainboard/google/zork/Kconfig.name | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/mainboard/google/zork/Kconfig.name b/src/mainboard/google/zork/Kconfig.name index b3ef0a2036..8bc69ab1e2 100644 --- a/src/mainboard/google/zork/Kconfig.name +++ b/src/mainboard/google/zork/Kconfig.name @@ -1,41 +1,41 @@ comment "Zork" config BOARD_GOOGLE_DALBOZ - bool "-> Dalboz" + bool "-> Dalboz" select BOARD_GOOGLE_BASEBOARD_DALBOZ config BOARD_GOOGLE_VILBOZ - bool "-> Vilboz" + bool "-> Vilboz" select BOARD_GOOGLE_BASEBOARD_DALBOZ config BOARD_GOOGLE_EZKINIL - bool "-> Ezkinil" + bool "-> Ezkinil" select BOARD_GOOGLE_BASEBOARD_TREMBYLE config BOARD_GOOGLE_MORPHIUS - bool "-> Morphius" + bool "-> Morphius" select BOARD_GOOGLE_BASEBOARD_TREMBYLE config BOARD_GOOGLE_TREMBYLE - bool "-> Trembyle" + bool "-> Trembyle" select BOARD_GOOGLE_BASEBOARD_TREMBYLE config BOARD_GOOGLE_BERKNIP - bool "-> Berknip" + bool "-> Berknip" select BOARD_GOOGLE_BASEBOARD_TREMBYLE config BOARD_GOOGLE_WOOMAX - bool "-> Woomax" + bool "-> Woomax" select BOARD_GOOGLE_BASEBOARD_TREMBYLE config BOARD_GOOGLE_DIRINBOZ - bool "-> Dirinboz" + bool "-> Dirinboz" select BOARD_GOOGLE_BASEBOARD_DALBOZ config BOARD_GOOGLE_SHUBOZ - bool "-> Shuboz" + bool "-> Shuboz" select BOARD_GOOGLE_BASEBOARD_DALBOZ config BOARD_GOOGLE_GUMBOZ - bool "-> Gumboz" + bool "-> Gumboz" select BOARD_GOOGLE_BASEBOARD_DALBOZ |