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 <sean@starlabs.systems> Change-Id: Id7cd4911666c02f88a9c1c5f074ac996744be23d Reviewed-on: https://review.coreboot.org/c/coreboot/+/91459 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
14fcb3baf8
commit
ffad2454c4
1 changed files with 0 additions and 2 deletions
|
|
@ -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, },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue