mb/google/rex: Use specific mainboard part name for each rex variants
BUG=b:290894460 TEST=`emerge-rex coreboot chromeos-bootimage` then check variant name with image*.bin. Signed-off-by: YH Lin <yueherngl@google.com> Change-Id: I8f739485dbaab074f57eaa4dacc9f228a3f4aa14 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76667 Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
6dce55ea7d
commit
ab5ced7de5
|
@ -107,7 +107,9 @@ config MAINBOARD_FAMILY
|
||||||
default "Google_Ovis" if BOARD_GOOGLE_BASEBOARD_OVIS
|
default "Google_Ovis" if BOARD_GOOGLE_BASEBOARD_OVIS
|
||||||
|
|
||||||
config MAINBOARD_PART_NUMBER
|
config MAINBOARD_PART_NUMBER
|
||||||
default "Rex" if BOARD_GOOGLE_MODEL_REX
|
default "Rex" if BOARD_GOOGLE_REX0
|
||||||
|
default "Rex_Ec_Ish" if BOARD_GOOGLE_REX_EC_ISH
|
||||||
|
default "Rex4ES" if BOARD_GOOGLE_REX4ES
|
||||||
default "Screebo" if BOARD_GOOGLE_SCREEBO
|
default "Screebo" if BOARD_GOOGLE_SCREEBO
|
||||||
default "Karis" if BOARD_GOOGLE_KARIS
|
default "Karis" if BOARD_GOOGLE_KARIS
|
||||||
default "Ovis" if BOARD_GOOGLE_OVIS
|
default "Ovis" if BOARD_GOOGLE_OVIS
|
||||||
|
|
Loading…
Reference in New Issue