mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
spi/sf: Minor cleanups
- Adjust tab spaces - Add comments Signed-off-by: Jagan Teki <jteki@openedev.com>
This commit is contained in:
parent
ff6e31d3a1
commit
5d69df3541
3 changed files with 16 additions and 14 deletions
|
@ -37,6 +37,8 @@ struct spi_slave;
|
|||
* struct spi_flash - SPI flash structure
|
||||
*
|
||||
* @spi: SPI slave
|
||||
* @dev: SPI flash device
|
||||
* @flags: Indication of spi flash flags
|
||||
* @name: Name of SPI flash
|
||||
* @dual_flash: Indicates dual flash memories - dual stacked, parallel
|
||||
* @shift: Flash shift useful in dual parallel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue