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/link/Kconfig.name | |
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/link/Kconfig.name')
-rw-r--r-- | src/mainboard/google/link/Kconfig.name | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/link/Kconfig.name b/src/mainboard/google/link/Kconfig.name index e073834799..9770908941 100644 --- a/src/mainboard/google/link/Kconfig.name +++ b/src/mainboard/google/link/Kconfig.name @@ -1,4 +1,4 @@ comment "Link" config BOARD_GOOGLE_LINK - bool "Link (Google Chromebook Pixel (2013))" + bool "-> Link (Google Chromebook Pixel (2013))" |