aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lippert
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lippert')
-rw-r--r--src/mainboard/lippert/roadrunner-lx/devicetree.cb4
-rw-r--r--src/mainboard/lippert/spacerunner-lx/devicetree.cb4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/lippert/roadrunner-lx/devicetree.cb b/src/mainboard/lippert/roadrunner-lx/devicetree.cb
index 72019728e0..ea170014dd 100644
--- a/src/mainboard/lippert/roadrunner-lx/devicetree.cb
+++ b/src/mainboard/lippert/roadrunner-lx/devicetree.cb
@@ -81,9 +81,9 @@ chip northbridge/amd/lx
end
end
# APIC cluster is late CPU init.
- device apic_cluster 0 on
+ device lapic_cluster 0 on
chip cpu/amd/model_lx
- device apic 0 on end
+ device lapic 0 on end
end
end
end
diff --git a/src/mainboard/lippert/spacerunner-lx/devicetree.cb b/src/mainboard/lippert/spacerunner-lx/devicetree.cb
index f6d5535e88..5eeb7fc8c1 100644
--- a/src/mainboard/lippert/spacerunner-lx/devicetree.cb
+++ b/src/mainboard/lippert/spacerunner-lx/devicetree.cb
@@ -82,9 +82,9 @@ chip northbridge/amd/lx
end
end
# APIC cluster is late CPU init.
- device apic_cluster 0 on
+ device lapic_cluster 0 on
chip cpu/amd/model_lx
- device apic 0 on end
+ device lapic 0 on end
end
end
end