From 8ade2c8239c9fe84900bd8d8a8b236e5991b257e Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 28 Jan 2026 13:21:20 +0530 Subject: [PATCH] mb/google/fatcat/var/lapis: Remove redundant splash logo alignment This patch removes logo_valignment from overridetree.cb. The alignment `FW_SPLASH_VALIGNMENT_CENTER` is the default behavior in the coreboot splash driver, making this explicit assignment unnecessary. BUG=none TEST=Build and boot lapis; verify logo remains centered. Change-Id: Ibf3ea2a9843b31f39fd08621f6056e63c2676ff7 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/90965 Reviewed-by: YH Lin Tested-by: build bot (Jenkins) Reviewed-by: Pranava Y N Reviewed-by: Avi Uday Reviewed-by: Kapil Porwal --- src/mainboard/google/fatcat/variants/lapis/overridetree.cb | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainboard/google/fatcat/variants/lapis/overridetree.cb b/src/mainboard/google/fatcat/variants/lapis/overridetree.cb index 3d7e53aba5..930a464fbf 100644 --- a/src/mainboard/google/fatcat/variants/lapis/overridetree.cb +++ b/src/mainboard/google/fatcat/variants/lapis/overridetree.cb @@ -111,7 +111,6 @@ chip soc/intel/pantherlake #| I2C3 | cr50 TPM. | #+-------------------+---------------------------+ register "common_soc_config" = "{ - .logo_valignment = FW_SPLASH_VALIGNMENT_MIDDLE, .i2c[3] = { .early_init=1, .speed = I2C_SPEED_FAST,