mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +02:00
spi25: Fix layering violation in default_spi_write_aai()
Change-Id: I8aa3e2992f64906edc669060936f9522d32637fb Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/33649 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
@ -72,7 +72,7 @@ static const struct spi_master spi_master_wbsio = {
|
||||
.multicommand = default_spi_send_multicommand,
|
||||
.read = wbsio_spi_read,
|
||||
.write_256 = spi_chip_write_1,
|
||||
.write_aai = default_spi_write_aai,
|
||||
.write_aai = spi_chip_write_1,
|
||||
};
|
||||
|
||||
int wbsio_check_for_spi(void)
|
||||
|
Reference in New Issue
Block a user