]> git.baikalelectronics.ru Git - uboot.git/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)
commit313b72c44354b1da402915d88b17bb0dbb9a8562
tree121b00304d0fbe8b37cfc9a4a1a0256bf7fc84f8
parent3501c53b06e3e89896b876ec74cbf75504e980b7
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]