mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Merge "qca: ipq806x: Fix SPI-NOR flash option value."
This commit is contained in:
commit
457fb80fcc
1 changed files with 2 additions and 0 deletions
|
|
@ -389,6 +389,8 @@ struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs,
|
|||
}
|
||||
ds->slave.bus = bus;
|
||||
ds->slave.cs = cs;
|
||||
ds->slave.option = 0;
|
||||
ds->slave.max_write_size = 0;
|
||||
ds->slave.op_mode_rx = 0; /* Default Rx Mode: CMD_READ_ARRAY_FAST */
|
||||
ds->slave.op_mode_tx = 0; /* Default Tx Mode: CMD_PAGE_PROGRAM */
|
||||
ds->slave.memory_map = NULL; /* Not memory mapped */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue