nb/intel/haswell/acpi: Move PEG and CTDP includes downwards

This change is just to align with Broadwell.

Change-Id: I25a481503f5df79502f5ae60c87e7dacb781adad
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46790
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons 2020-10-26 00:01:13 +01:00 committed by Michael Niewöhner
parent 79e3a1f8a5
commit 90f6a31bc2
1 changed files with 6 additions and 6 deletions

View File

@ -168,12 +168,6 @@ Method (_CRS, 0, Serialized)
Return (MCRS)
}
/* Configurable TDP */
#include "ctdp.asl"
/* PCI Express Graphics */
#include "peg.asl"
/* PCI Device Resource Consumption */
Device (PDRC)
{
@ -202,3 +196,9 @@ Device (PDRC)
Return (PDRS)
}
}
/* Configurable TDP */
#include "ctdp.asl"
/* PCI Express Graphics */
#include "peg.asl"