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>
This commit is contained in:
parent
aba468b329
commit
1291c44abd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue