mainboard/lenovo/t60, x60: Disable CHECK_SLFRCS_ON_RESUME
This makes resume from S3 work. Change-Id: I472baf2fbde46bfac223ce39fc81b8e09849fb7f Signed-off-by: Peter Stuge <peter@stuge.se> Reviewed-on: http://review.coreboot.org/591 Tested-by: build bot (Jenkins) Reviewed-by: Sven Schnelle <svens@stackframe.org>
This commit is contained in:
parent
751508ab01
commit
fc4e7333e0
|
@ -5,7 +5,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
select ARCH_X86
|
select ARCH_X86
|
||||||
select CPU_INTEL_SOCKET_MFCPGA478
|
select CPU_INTEL_SOCKET_MFCPGA478
|
||||||
select NORTHBRIDGE_INTEL_I945GM
|
select NORTHBRIDGE_INTEL_I945GM
|
||||||
select CHECK_SLFRCS_ON_RESUME
|
|
||||||
select SOUTHBRIDGE_INTEL_I82801GX
|
select SOUTHBRIDGE_INTEL_I82801GX
|
||||||
select SUPERIO_NSC_PC87382
|
select SUPERIO_NSC_PC87382
|
||||||
select SUPERIO_NSC_PC87384
|
select SUPERIO_NSC_PC87384
|
||||||
|
|
|
@ -5,7 +5,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
select ARCH_X86
|
select ARCH_X86
|
||||||
select CPU_INTEL_SOCKET_MFCPGA478
|
select CPU_INTEL_SOCKET_MFCPGA478
|
||||||
select NORTHBRIDGE_INTEL_I945GM
|
select NORTHBRIDGE_INTEL_I945GM
|
||||||
select CHECK_SLFRCS_ON_RESUME
|
|
||||||
select SOUTHBRIDGE_INTEL_I82801GX
|
select SOUTHBRIDGE_INTEL_I82801GX
|
||||||
select SOUTHBRIDGE_RICOH_RL5C476
|
select SOUTHBRIDGE_RICOH_RL5C476
|
||||||
select SUPERIO_NSC_PC87382
|
select SUPERIO_NSC_PC87382
|
||||||
|
|
Loading…
Reference in New Issue