commit | dd8e224fe4ee847258912b07055478f66518fad1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 24 18:20:10 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 06 15:07:35 2016 -0400 |
tree | 972265801e6c27bc402680afe4571b3234bbbe05 | |
parent | b9f6d89fa73e6b5c64cef323a67ab7aa77cd6fa8 [diff] |
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>