diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-03-13 20:36:11 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-03-13 20:36:11 +0000 |
commit | 53c7276bd1a18160f022c468b7ce021c5386577c (patch) | |
tree | 3aaae550b28a2b50c3e1770e84ba816a37646357 /src/mainboard/a-trend/atc-6240/devicetree.cb | |
parent | 9c1e1f0d3a562d6f1fb1a1bad5a8f58f62bf4613 (diff) |
Use CPU_INTEL_SLOT_1 for Slot 1 boards (trivial).
This fixes a longstanding TODO item.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5205 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/a-trend/atc-6240/devicetree.cb')
-rw-r--r-- | src/mainboard/a-trend/atc-6240/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/a-trend/atc-6240/devicetree.cb b/src/mainboard/a-trend/atc-6240/devicetree.cb index 2a8caec160..57656040c0 100644 --- a/src/mainboard/a-trend/atc-6240/devicetree.cb +++ b/src/mainboard/a-trend/atc-6240/devicetree.cb @@ -1,6 +1,6 @@ chip northbridge/intel/i440bx # Northbridge device apic_cluster 0 on # APIC cluster - chip cpu/intel/slot_2 # CPU (FIXME: It's slot 1, actually) + chip cpu/intel/slot_1 # CPU device apic 0 on end # APIC end end |