From 691d5e84cd802c9fe0255a34502274da94a4a6d0 Mon Sep 17 00:00:00 2001 From: Avi Uday Date: Mon, 25 Aug 2025 18:01:59 +0530 Subject: [PATCH] mainboard/google/oceot: Drop redundant logo_valignment selection This commit removes the explicit `logo_valignment` setting from the `common_soc_config` for Ocelot. The default vertical alignment for the splash screen logo is `FW_SPLASH_VALIGNMENT_CENTER`, which is the desired behavior for ocelot. Change-Id: I967c6f0b6926d23a399d01197dbed9e40b979aff Signed-off-by: Avi Uday Reviewed-on: https://review.coreboot.org/c/coreboot/+/88935 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Pranava Y N --- src/mainboard/google/ocelot/variants/ocelot/overridetree.cb | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainboard/google/ocelot/variants/ocelot/overridetree.cb b/src/mainboard/google/ocelot/variants/ocelot/overridetree.cb index 33bf88704e..149d0859e2 100644 --- a/src/mainboard/google/ocelot/variants/ocelot/overridetree.cb +++ b/src/mainboard/google/ocelot/variants/ocelot/overridetree.cb @@ -111,7 +111,6 @@ chip soc/intel/pantherlake #| I2C5 | Touchpad | #+-------------------+---------------------------+ register "common_soc_config" = "{ - .logo_valignment = FW_SPLASH_VALIGNMENT_MIDDLE, .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT, .i2c[1] = { .speed = I2C_SPEED_FAST,