]> git.ipfire.org Git - people/ms/u-boot.git/commit
spl: spi: Move the generic SPI loader into common/spl
authorSimon Glass <sjg@chromium.org>
Sun, 25 Sep 2016 00:20:08 +0000 (18:20 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 6 Oct 2016 19:07:33 +0000 (15:07 -0400)
commit0a9b73a13e3440994d4b245ffdc86c51361a296d
treea09c2e012eaba694a0be9e864106ea38041b207b
parent7557147927fcc4099d62f564f42babc2370834f3
spl: spi: Move the generic SPI loader into common/spl

All the other SPL loaders are in this directory, so move the SPI one in
there too.

There are two board-specific SPI loaders (fsl and sunxi). These remain in
the drivers/mtd/spi directory, since they do not contain generic code.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/spl/Makefile
common/spl/spl_spi.c [moved from drivers/mtd/spi/spi_spl_load.c with 100% similarity]
drivers/mtd/spi/Makefile