diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-11-07 11:52:22 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-05 14:23:13 +0000 |
commit | 31ba9356b877d670e683953f8b8962a7e6206cc3 (patch) | |
tree | f1d4900e3ddfc7900a57dbcb5692eeb766592b51 /src/mainboard/asus/p5gc-mx | |
parent | 803029685f96bccac13359fc616d1577508ba764 (diff) |
nb/intel/i945: Remove apic 0 from devicetree
This is added at runtime.
Change-Id: I1f684c800de6711d8b0a0aea0d59c8e21d22c14a
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69299
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus/p5gc-mx')
-rw-r--r-- | src/mainboard/asus/p5gc-mx/devicetree.cb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mainboard/asus/p5gc-mx/devicetree.cb b/src/mainboard/asus/p5gc-mx/devicetree.cb index 823882650e..f6d5f76ebb 100644 --- a/src/mainboard/asus/p5gc-mx/devicetree.cb +++ b/src/mainboard/asus/p5gc-mx/devicetree.cb @@ -2,12 +2,7 @@ chip northbridge/intel/i945 - device cpu_cluster 0 on - ops i945_cpu_bus_ops - chip cpu/intel/socket_LGA775 - device lapic 0 on end - end - end + device cpu_cluster 0 on ops i945_cpu_bus_ops end # APIC cluster device domain 0 on ops i945_pci_domain_ops |