-
- Downloads
spi: Move freescale-specific code into a private header
At present there are two SPI functions only used by freescale which are defined in the spi_flash.h header. One function name matches an existing generic SPL function. Move these into a private header to avoid confusion. Arcturus looks like it does not actually support SPI, so drop the SPI code from that board. Signed-off-by:Simon Glass <sjg@chromium.org> Reviewed-by:
Tom Rini <trini@konsulko.com>
Showing
- board/Arcturus/ucp1020/spl.c 0 additions, 2 deletionsboard/Arcturus/ucp1020/spl.c
- board/freescale/common/spl.h 13 additions, 0 deletionsboard/freescale/common/spl.h
- board/freescale/p1010rdb/spl.c 2 additions, 1 deletionboard/freescale/p1010rdb/spl.c
- board/freescale/p1022ds/spl.c 2 additions, 1 deletionboard/freescale/p1022ds/spl.c
- board/freescale/p1_p2_rdb_pc/spl.c 2 additions, 1 deletionboard/freescale/p1_p2_rdb_pc/spl.c
- board/freescale/t102xqds/spl.c 4 additions, 3 deletionsboard/freescale/t102xqds/spl.c
- board/freescale/t102xrdb/spl.c 4 additions, 3 deletionsboard/freescale/t102xrdb/spl.c
- board/freescale/t104xrdb/spl.c 4 additions, 3 deletionsboard/freescale/t104xrdb/spl.c
- board/freescale/t208xqds/spl.c 4 additions, 3 deletionsboard/freescale/t208xqds/spl.c
- board/freescale/t208xrdb/spl.c 4 additions, 3 deletionsboard/freescale/t208xrdb/spl.c
- drivers/mtd/spi/fsl_espi_spl.c 2 additions, 2 deletionsdrivers/mtd/spi/fsl_espi_spl.c
- include/spi_flash.h 0 additions, 3 deletionsinclude/spi_flash.h
Loading
Please register or sign in to comment