]> git.baikalelectronics.ru Git - uboot.git/commit
mx6: soc: Move mxs_dma_init() into the mxs nand driver
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 29 Jun 2017 12:33:44 +0000 (09:33 -0300)
committerStefano Babic <sbabic@denx.de>
Wed, 12 Jul 2017 07:44:22 +0000 (09:44 +0200)
commit83ca17102d1bb9b67cd9262d10ec3090375e7bbd
treefb4d7ada045d2240312d87b9266c55dcb32e075a
parent508583fb4ecdc0ac7c37c789e3b9cb3df03e2593
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>
arch/arm/cpu/armv7/mx6/soc.c
drivers/mtd/nand/mxs_nand.c