mb/google/zork/Kconfig.name: remove double space in board variant names
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: If0bc153cd3a3391b1607848436f0ab5fcd54ce7d Reviewed-on: https://review.coreboot.org/c/coreboot/+/49907 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
38cb7c1615
commit
3ebfd3fb1c
|
@ -1,7 +1,7 @@
|
|||
comment "Zork"
|
||||
|
||||
config BOARD_GOOGLE_DALBOZ
|
||||
bool "-> Dalboz"
|
||||
bool "-> Dalboz"
|
||||
select BOARD_GOOGLE_BASEBOARD_DALBOZ
|
||||
|
||||
config BOARD_GOOGLE_VILBOZ
|
||||
|
@ -9,15 +9,15 @@ config BOARD_GOOGLE_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
|
||||
|
|
Loading…
Reference in New Issue