commit | 1715622c4ef61ba4f6c8d351602cb514c41dc197 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Thu Jun 29 09:33:44 2017 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Wed Jul 12 09:44:22 2017 +0200 |
tree | fb4d7ada045d2240312d87b9266c55dcb32e075a | |
parent | d33e9ee8a64d7c7aa34e4daa584ba3b409bdc636 [diff] |
mx6: soc: Move mxs_dma_init() into the mxs nand driver Currently the following build error is seen when a board using MMC SPL is built and the MXS nand driver is also selected: arch/arm/cpu/armv7/built-in.o: In function `arch_cpu_init': arch/arm/cpu/armv7/mx6/soc.c:432: undefined reference to 'mxs_dma_init' On mx6 the only user of mxs_dma_init() is the mxs nand driver, so move it there. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>