From 73961bf6800c06aaa6860d5e91a26e9bc2e0a661 Mon Sep 17 00:00:00 2001 From: Avi Uday Date: Mon, 25 Aug 2025 19:01:33 +0530 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/88939 Reviewed-by: Subrata Banik Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/mainboard/google/ocelot/Kconfig | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/mainboard/google/ocelot/Kconfig b/src/mainboard/google/ocelot/Kconfig index 8a61867757..bfcb9af577 100644 --- a/src/mainboard/google/ocelot/Kconfig +++ b/src/mainboard/google/ocelot/Kconfig @@ -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