diff options
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r-- | src/mainboard/lenovo/t400/devicetree.cb | 7 | ||||
-rw-r--r-- | src/mainboard/lenovo/x200/devicetree.cb | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/src/mainboard/lenovo/t400/devicetree.cb b/src/mainboard/lenovo/t400/devicetree.cb index 7946e34bb2..1df350ab67 100644 --- a/src/mainboard/lenovo/t400/devicetree.cb +++ b/src/mainboard/lenovo/t400/devicetree.cb @@ -10,12 +10,7 @@ chip northbridge/intel/gm45 register "slfm" = "1" - device cpu_cluster 0 on - ops gm45_cpu_bus_ops - chip cpu/intel/socket_p - device lapic 0 on end - end - end + device cpu_cluster 0 on ops gm45_cpu_bus_ops end register "pci_mmio_size" = "2048" diff --git a/src/mainboard/lenovo/x200/devicetree.cb b/src/mainboard/lenovo/x200/devicetree.cb index 814491bacc..6ddd0905a8 100644 --- a/src/mainboard/lenovo/x200/devicetree.cb +++ b/src/mainboard/lenovo/x200/devicetree.cb @@ -10,12 +10,7 @@ chip northbridge/intel/gm45 register "slfm" = "1" - device cpu_cluster 0 on - ops gm45_cpu_bus_ops - chip cpu/intel/socket_BGA956 - device lapic 0 on end - end - end + device cpu_cluster 0 on ops gm45_cpu_bus_ops end register "pci_mmio_size" = "2048" |