From 38f6a68d2d23f346bc3c458264e3e870b85728b3 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 2 Oct 2024 12:23:39 +0100 Subject: [PATCH] soc/intel/alderlake: Remove superfluous preprocessor argument The if statement is repeated so merge it into one block. Change-Id: I92f6d1b0a7fed4730f11e572b076f5dfdb91d96f Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/84621 Tested-by: build bot (Jenkins) Reviewed-by: Jayvik Desai Reviewed-by: Kapil Porwal Reviewed-by: Elyes Haouas --- src/soc/intel/alderlake/acpi/pcie.asl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/soc/intel/alderlake/acpi/pcie.asl b/src/soc/intel/alderlake/acpi/pcie.asl index 414ced2cb7..f37c1684b0 100644 --- a/src/soc/intel/alderlake/acpi/pcie.asl +++ b/src/soc/intel/alderlake/acpi/pcie.asl @@ -310,9 +310,7 @@ Device (PEG0) { Name (_ADR, 0x00060000) } -#endif -#if CONFIG(SOC_INTEL_ALDERLAKE_PCH_P) Device (PEG1) { Name (_ADR, 0x00060002)