mainboard/roda/rk886ex: Disable CHECK_SLFRCS_ON_RESUME
This makes resume from S3 work again. The check is new and fails on other boards, too. Change-Id: I0ada569e4ba649b9ac82768b0888e16104c621e8 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: http://review.coreboot.org/1809 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
d0b860aada
commit
6604ceb6a0
|
@ -6,7 +6,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||
select CPU_INTEL_SOCKET_MFCPGA478
|
||||
select NORTHBRIDGE_INTEL_I945
|
||||
select NORTHBRIDGE_INTEL_SUBTYPE_I945GM
|
||||
select CHECK_SLFRCS_ON_RESUME
|
||||
select SOUTHBRIDGE_INTEL_I82801GX
|
||||
select SOUTHBRIDGE_TI_PCI7420
|
||||
select SUPERIO_SMSC_LPC47N227
|
||||
|
|
Loading…
Reference in New Issue