mb/google/corsola: Rename common config from `STARMIE` to `STARYU`
The STARYU is the mt8186 detachable reference design, and the STARMIE is a variant of STARYU. Let's rename the common config from STARMIE to STARYU, and we can select the STARYU config for the follow up mt8186 detachable variant. BRANCH=corsola BUG=b:275470328 TEST=./utils/abuild/abuild -t google/corsola -a Signed-off-by: Ruihai Zhou <zhouruihai@huaqin.corp-partner.google.com> Change-Id: If75e94e86420b0a216fe7a1a9dee9cb42bbd985c Reviewed-on: https://review.coreboot.org/c/coreboot/+/74654 Reviewed-by: cong yang <yangcong5@huaqin.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Yidi Lin <yidilin@google.com>
This commit is contained in:
parent
7765b1019a
commit
870eca2052
|
@ -12,7 +12,7 @@ config BOARD_GOOGLE_KRABBY_COMMON
|
|||
def_bool n
|
||||
select BOARD_GOOGLE_CORSOLA_COMMON
|
||||
|
||||
config BOARD_GOOGLE_STARMIE_COMMON
|
||||
config BOARD_GOOGLE_STARYU_COMMON
|
||||
def_bool n
|
||||
select BOARD_GOOGLE_CORSOLA_COMMON
|
||||
|
||||
|
|
|
@ -26,8 +26,8 @@ config BOARD_GOOGLE_MAGIKARP
|
|||
bool "-> Magikarp"
|
||||
select BOARD_GOOGLE_KRABBY_COMMON
|
||||
|
||||
comment "Starmie"
|
||||
comment "Staryu"
|
||||
|
||||
config BOARD_GOOGLE_STARMIE
|
||||
bool "-> Starmie"
|
||||
select BOARD_GOOGLE_STARMIE_COMMON
|
||||
select BOARD_GOOGLE_STARYU_COMMON
|
||||
|
|
Loading…
Reference in New Issue