aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p2b-f
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/p2b-f')
-rw-r--r--src/mainboard/asus/p2b-f/Kconfig2
-rw-r--r--src/mainboard/asus/p2b-f/devicetree.cb2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/asus/p2b-f/Kconfig b/src/mainboard/asus/p2b-f/Kconfig
index 6509b25a27..ef3b41ad86 100644
--- a/src/mainboard/asus/p2b-f/Kconfig
+++ b/src/mainboard/asus/p2b-f/Kconfig
@@ -21,7 +21,7 @@
config BOARD_ASUS_P2B_F
bool "P2B-F"
select ARCH_X86
- select CPU_INTEL_SLOT_2
+ select CPU_INTEL_SLOT_1
select NORTHBRIDGE_INTEL_I440BX
select SOUTHBRIDGE_INTEL_I82371EB
select SUPERIO_WINBOND_W83977TF
diff --git a/src/mainboard/asus/p2b-f/devicetree.cb b/src/mainboard/asus/p2b-f/devicetree.cb
index 183e9a2d0a..ff78a4bd67 100644
--- a/src/mainboard/asus/p2b-f/devicetree.cb
+++ b/src/mainboard/asus/p2b-f/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