]> git.sur5r.net Git - u-boot/commit
arm: sunxi: Move spl spi sunxi code to mach-sunxi
authorJagan Teki <jagan@amarulasolutions.com>
Tue, 6 Feb 2018 17:12:56 +0000 (22:42 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Tue, 13 Mar 2018 14:20:10 +0000 (19:50 +0530)
commitc2a7a7ef866f2980213fee2a4a0df60fb06db6d0
tree121b00304d0fbe8b37cfc9a4a1a0256bf7fc84f8
parent84807922874e03895bbf15c4472a2dcee8fbbd03
arm: sunxi: Move spl spi sunxi code to mach-sunxi

This SUNXI variant SPL SPI code doesn't use either SPI or
SPL_FLASG subsystems due to size constraints and also placing
this code in drivers/mtd/spi will unnecessary build SPI_FLASH
code(if defined) which never required, hence moved to arch area.

And also renamed the file according to kconfig which resembles
proper name.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
arch/arm/mach-sunxi/Kconfig
arch/arm/mach-sunxi/Makefile
arch/arm/mach-sunxi/spl_spi_sunxi.c [new file with mode: 0644]
drivers/mtd/spi/Kconfig
drivers/mtd/spi/Makefile
drivers/mtd/spi/sunxi_spi_spl.c [deleted file]