commit | 4e159f80a04d9ec1ab65ee004d2d670b469d6556 | [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 | 96a95ee470b43645dc2066a5f3dcb2180c39bc1f [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>