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:
parent
79e3a1f8a5
commit
90f6a31bc2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue