1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +02:00

realtek_mst_i2c_spi.c: Trigger gpio 88 toggle down after write

BUG=b:152558985,b:148745673
BRANCH=none
TEST=builds

Change-Id: I1407714e1bb4cf2472090bae8a613c7103a5938c
Signed-off-by: Shiyu Sun <sshiyu@chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/46448
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Shiyu Sun 2020-10-15 22:55:41 +11:00 committed by Edward O'Callaghan
parent 51261541be
commit 224d442bd9

View File

@ -393,8 +393,7 @@ static int realtek_mst_i2c_spi_write_256(struct flashctx *flash, const uint8_t *
break;
}
/* TODO: re-enable the write protection? */
ret |= realtek_mst_i2c_spi_toggle_gpio_88_strap(fd, false);
return ret;
}