From ffad2454c43030832993495bc85733524441cdac Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 27 Feb 2026 21:56:53 +0000 Subject: [PATCH] mainboard/starlabs/adl: drop redundant ASPM CFR guard All Star Labs ADL boards select SOC_INTEL_COMMON_BLOCK_ASPM, so the additional preprocessor guard in the PCIe CFR form is redundant. Signed-off-by: Sean Rhodes Change-Id: Id7cd4911666c02f88a9c1c5f074ac996744be23d Reviewed-on: https://review.coreboot.org/c/coreboot/+/91459 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/adl/cfr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mainboard/starlabs/adl/cfr.c b/src/mainboard/starlabs/adl/cfr.c index cd4a27c302..8c8f5f601f 100644 --- a/src/mainboard/starlabs/adl/cfr.c +++ b/src/mainboard/starlabs/adl/cfr.c @@ -88,11 +88,9 @@ static struct sm_obj_form pcie_power_management_group = { .ui_name = "PCIe Power Management", .obj_list = (const struct sm_object *[]){ -#if CONFIG(SOC_INTEL_COMMON_BLOCK_ASPM) &pciexp_aspm, &pciexp_clk_pm, &pciexp_l1ss, -#endif NULL, }, };