mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +02:00
spi: Drop spi_controller type
Not needed anymore. Drop it fast before it encourages anyone to violate layers again! Change-Id: I8eda93b429e3ebaef79e22aba76be62987e496f4 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/33651 Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
@ -966,7 +966,6 @@ static int parse_voltage(char *voltage)
|
||||
}
|
||||
|
||||
static struct spi_master spi_master_dediprog = {
|
||||
.type = SPI_CONTROLLER_DEDIPROG,
|
||||
.features = SPI_MASTER_NO_4BA_MODES,
|
||||
.max_data_read = 16, /* 18 seems to work fine as well, but 19 times out sometimes with FW 5.15. */
|
||||
.max_data_write = 16,
|
||||
|
Reference in New Issue
Block a user