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:
Avi Uday 2025-08-25 19:01:33 +05:30 committed by Matt DeVillier
commit 73961bf680

View file

@ -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