mb/google/ocelot: Use same mainboard part number for all ocelot variants
This patch unifies all the ocelot variants based on `BOARD_GOOGLE_MODEL_OCELOT` to use the same mainboard part number `Ocelot` for code cleanliness. TEST=Verify that ocelot builds without any error Change-Id: I461a8142b93b10200b28bfe8855363ce2a30051d Signed-off-by: Avi Uday <aviuday@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88939 Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
691d5e84cd
commit
73961bf680
1 changed files with 1 additions and 6 deletions
|
|
@ -130,12 +130,7 @@ config MAINBOARD_FAMILY
|
|||
default "Google_Ocelot"
|
||||
|
||||
config MAINBOARD_PART_NUMBER
|
||||
default "Ocelot" if BOARD_GOOGLE_OCELOT
|
||||
default "Ocelot4ES" if BOARD_GOOGLE_OCELOT4ES
|
||||
default "Ocelotite4ES" if BOARD_GOOGLE_OCELOTITE4ES
|
||||
default "Ocelotmchp4ES" if BOARD_GOOGLE_OCELOTMCHP4ES
|
||||
default "Ocelotite" if BOARD_GOOGLE_OCELOTITE
|
||||
default "Ocelotmchp" if BOARD_GOOGLE_OCELOTMCHP
|
||||
default "Ocelot" if BOARD_GOOGLE_MODEL_OCELOT
|
||||
|
||||
config MEMORY_SOLDERDOWN
|
||||
def_bool n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue