Piotr Król has uploaded this change for review.

View Change

dell/optiplex_7010: Use a common acpi/cpu.asl file

Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
Change-Id: I15517b7a1274f579ccb1b063e31bc14320a4eae3
---
M src/mainboard/dell/optiplex_7010/dsdt.asl
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/30519/1
diff --git a/src/mainboard/dell/optiplex_7010/dsdt.asl b/src/mainboard/dell/optiplex_7010/dsdt.asl
index 9b32670..fffe14e 100644
--- a/src/mainboard/dell/optiplex_7010/dsdt.asl
+++ b/src/mainboard/dell/optiplex_7010/dsdt.asl
@@ -12,7 +12,7 @@
{
// Some generic macros
#include "acpi/platform.asl"
- #include <cpu/intel/model_206ax/acpi/cpu.asl>
+ #include <cpu/intel/common/acpi/cpu.asl>
#include <southbridge/intel/bd82x6x/acpi/platform.asl>
/* global NVS and variables. */
#include <southbridge/intel/bd82x6x/acpi/globalnvs.asl>

To view, visit change 30519. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I15517b7a1274f579ccb1b063e31bc14320a4eae3
Gerrit-Change-Number: 30519
Gerrit-PatchSet: 1
Gerrit-Owner: Piotr Król <piotr.krol@3mdeb.com>
Gerrit-MessageType: newchange