summaryrefslogtreecommitdiff
path: root/src/mainboard/dell
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-05-05 13:12:42 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-05-05 13:12:42 +0000
commit8d313685b094f0ffa020e5707c5857b1a2063d28 (patch)
tree2a2aaef1594d2eb4b88ea9ce179ee5d137a89e14 /src/mainboard/dell
parent68befd5d34ce22b03ea78028dc362eec0440f83c (diff)
downloadcoreboot-8d313685b094f0ffa020e5707c5857b1a2063d28.tar.xz
Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"
in device trees. Adapt sconfig as necessary. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5525 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/dell')
-rw-r--r--src/mainboard/dell/s1850/devicetree.cb6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/dell/s1850/devicetree.cb b/src/mainboard/dell/s1850/devicetree.cb
index bd7b3a3773..de8c90ba72 100644
--- a/src/mainboard/dell/s1850/devicetree.cb
+++ b/src/mainboard/dell/s1850/devicetree.cb
@@ -58,12 +58,12 @@ chip northbridge/intel/e7520 # mch
device pci 04.0 on end
device pci 06.0 on end
end
- device apic_cluster 0 on
+ device lapic_cluster 0 on
chip cpu/intel/socket_mPGA604 # cpu 0
- device apic 0 on end
+ device lapic 0 on end
end
chip cpu/intel/socket_mPGA604 # cpu 1
- device apic 6 on end
+ device lapic 6 on end
end
end
register "intrline" = "0x00070100"