diff options
author | Hal Martin <hal.martin@gmail.com> | 2017-12-06 20:28:38 +0000 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-01-12 21:13:21 +0000 |
commit | 1291c44abd4d7dfa23789653895e0940f0af86ab (patch) | |
tree | d1582690d825415f0d6200cdb4a48d1f137c812b | |
parent | aba468b329f68976c6ac5c4a04b3b78b224f07df (diff) | |
download | coreboot-1291c44abd4d7dfa23789653895e0940f0af86ab.tar.xz |
mb/compulab/intense_pc: Change devicetree to correct CPU socket
Intense PC uses FCBGA1023 socket, not rPGA989. Correct the socket
in the devicetree.
Change-Id: Ie657af2f51dfb7add90b19b26c0c37d312d59821
Signed-off-by: Hal Martin <hal.martin@gmail.com>
Reviewed-on: https://review.coreboot.org/22762
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
-rw-r--r-- | src/mainboard/compulab/intense_pc/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/compulab/intense_pc/devicetree.cb b/src/mainboard/compulab/intense_pc/devicetree.cb index 8b1deb3d40..6d01892d57 100644 --- a/src/mainboard/compulab/intense_pc/devicetree.cb +++ b/src/mainboard/compulab/intense_pc/devicetree.cb @@ -28,7 +28,7 @@ chip northbridge/intel/sandybridge # FIXME: check gfx.ndid and gfx.did register "gpu_panel_power_up_delay" = "0" register "gpu_pch_backlight" = "0x00000000" device cpu_cluster 0x0 on - chip cpu/intel/socket_rPGA989 + chip cpu/intel/socket_FCBGA1023 device lapic 0x0 on end end |