Nico Huber has posted comments on this change. ( https://review.coreboot.org/22022 )
Change subject: spi25: Remove now obsolete `four_bytes_addr_funcs` path ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/#/c/22022/1/spi25.c File spi25.c:
https://review.coreboot.org/#/c/22022/1/spi25.c@682 PS1, Line 682: while (spi_read_status_register(flash) & SPI_SR_WIP) : programmer_delay(10); remove
https://review.coreboot.org/#/c/22022/1/spi25.c@708 PS1, Line 708: while (spi_read_status_register(flash) & SPI_SR_WIP) : programmer_delay(10); remove