commit | c2a7a7ef866f2980213fee2a4a0df60fb06db6d0 | [log] [tgz] |
---|---|---|
author | Jagan Teki <jagan@amarulasolutions.com> | Tue Feb 06 22:42:56 2018 +0530 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Tue Mar 13 19:50:10 2018 +0530 |
tree | 121b00304d0fbe8b37cfc9a4a1a0256bf7fc84f8 | |
parent | 84807922874e03895bbf15c4472a2dcee8fbbd03 [diff] |
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>