From 5da1e3156c26ddab065ea4b9d2d64513a937f51c Mon Sep 17 00:00:00 2001 From: Nicola Corna Date: Mon, 11 Sep 2017 16:51:03 +0200 Subject: mb/sapphire/pureplatinumh61: Remove S3 resume delay It seems that recent changes in coreboot have fixed the raminit issues on this board; the workaround of 10 ms delay after the S3 resume is not needed anymore and can be removed. Change-Id: If8fb97ecf3eb797f53270a053201fafd32031678 Signed-off-by: Nicola Corna Reviewed-on: https://review.coreboot.org/21485 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Martin Roth --- src/mainboard/sapphire/pureplatinumh61/romstage.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/mainboard/sapphire') diff --git a/src/mainboard/sapphire/pureplatinumh61/romstage.c b/src/mainboard/sapphire/pureplatinumh61/romstage.c index be692f6b98..b9a0b8c801 100644 --- a/src/mainboard/sapphire/pureplatinumh61/romstage.c +++ b/src/mainboard/sapphire/pureplatinumh61/romstage.c @@ -70,13 +70,6 @@ const struct southbridge_usb_port mainboard_usb_ports[] = { void mainboard_early_init(int s3resume) { - if (s3resume) { - /* - * Raminit after S3 resume fails if started too early; a delay - * of 10 ms seems to be sufficient to fix the issue. - */ - mdelay(10); - } } void mainboard_config_superio(void) -- cgit v1.2.3