diff options
Diffstat (limited to 'src/mainboard/digitallogic')
-rw-r--r-- | src/mainboard/digitallogic/adl855pc/devicetree.cb | 4 | ||||
-rw-r--r-- | src/mainboard/digitallogic/msm800sev/devicetree.cb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/digitallogic/adl855pc/devicetree.cb b/src/mainboard/digitallogic/adl855pc/devicetree.cb index 6b52633382..756cb50f9e 100644 --- a/src/mainboard/digitallogic/adl855pc/devicetree.cb +++ b/src/mainboard/digitallogic/adl855pc/devicetree.cb @@ -51,9 +51,9 @@ chip northbridge/intel/i855 end end end - device apic_cluster 0 on + device lapic_cluster 0 on chip cpu/intel/socket_mPGA479M - device apic 0 on end + device lapic 0 on end end end end diff --git a/src/mainboard/digitallogic/msm800sev/devicetree.cb b/src/mainboard/digitallogic/msm800sev/devicetree.cb index 6890e83327..c4dfa17970 100644 --- a/src/mainboard/digitallogic/msm800sev/devicetree.cb +++ b/src/mainboard/digitallogic/msm800sev/devicetree.cb @@ -76,9 +76,9 @@ chip northbridge/amd/lx 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 |