mb/google/corsola: Remove 'corsola' from Kconfig board names
The 'Corsola' (MT8186 Chromebooks) family has two reference designs (Krabby and Kingler) and all real implementations should follow either one of the two. To prevent confusion, we should remove the 'corsola' configuration from Kconfig board names. BUG=b:210806060 TEST=emerge-corsola coreboot Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com> Change-Id: Ib354054e358c0783f6221c2e2a1730b5c6ddba33 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60515 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
0069f6a18c
commit
6e9e3fddc7
|
@ -45,7 +45,6 @@ config MAINBOARD_DIR
|
||||||
|
|
||||||
config MAINBOARD_PART_NUMBER
|
config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "Corsola" if BOARD_GOOGLE_CORSOLA
|
|
||||||
default "Kingler" if BOARD_GOOGLE_KINGLER
|
default "Kingler" if BOARD_GOOGLE_KINGLER
|
||||||
default "Krabby" if BOARD_GOOGLE_KRABBY
|
default "Krabby" if BOARD_GOOGLE_KRABBY
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
comment "Corsola"
|
|
||||||
|
|
||||||
config BOARD_GOOGLE_CORSOLA
|
|
||||||
bool "-> Corsola"
|
|
||||||
select BOARD_GOOGLE_CORSOLA_COMMON
|
|
||||||
|
|
||||||
comment "Kingler"
|
comment "Kingler"
|
||||||
|
|
||||||
config BOARD_GOOGLE_KINGLER
|
config BOARD_GOOGLE_KINGLER
|
||||||
|
|
Loading…
Reference in New Issue