Hello build bot (Jenkins), Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38361
to look at the new patch set (#2).
Change subject: drivers/spi/spi_flash: remove continuation byte support ......................................................................
drivers/spi/spi_flash: remove continuation byte support
There was code to handle the case of continuation bytes for identifying the manufacturer id to a jedec rdid command. However, all the parts that currently supported have this defined to be 0. Remove the unused continuation byte support.
Change-Id: Ia7c63162e4ef9dc46ef916ca8c31ebd721cbeca7 Signed-off-by: Aaron Durbin adurbin@chromium.org --- M src/drivers/spi/spi_flash.c 1 file changed, 24 insertions(+), 40 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/38361/2