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
|
@ -54,7 +54,7 @@
|
|||
/* Header byte that marks the start of the message */
|
||||
#define SPI_PREAMBLE_END_BYTE 0xec
|
||||
|
||||
#define SPI_DEFAULT_WORDLEN 8
|
||||
#define SPI_DEFAULT_WORDLEN 8
|
||||
|
||||
#ifdef CONFIG_DM_SPI
|
||||
/* TODO(sjg@chromium.org): Remove this and use max_hz from struct spi_slave */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue