Re: [U-Boot] [PATCH] mtd: spi: spi_flash: fix build with dma enabled

2018-07-20 Thread Grygorii Strashko
On 07/16/2018 03:56 AM, Jagan Teki wrote: > On Fri, Jun 29, 2018 at 12:56 AM, Grygorii Strashko > wrote: >> Fix build with CONFIG_DMA enabled >> drivers/mtd/spi/spi_flash.c:376: undefined reference to `dma_memcpy' >> >> Signed-off-by: Grygorii Strashko >> --- >> drivers/mtd/spi/spi_flash.c

Re: [U-Boot] [PATCH] mtd: spi: spi_flash: fix build with dma enabled

2018-07-16 Thread Jagan Teki
On Fri, Jun 29, 2018 at 12:56 AM, Grygorii Strashko wrote: > Fix build with CONFIG_DMA enabled > drivers/mtd/spi/spi_flash.c:376: undefined reference to `dma_memcpy' > > Signed-off-by: Grygorii Strashko > --- > drivers/mtd/spi/spi_flash.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[U-Boot] [PATCH] mtd: spi: spi_flash: fix build with dma enabled

2018-06-28 Thread Grygorii Strashko
Fix build with CONFIG_DMA enabled drivers/mtd/spi/spi_flash.c:376: undefined reference to `dma_memcpy' Signed-off-by: Grygorii Strashko --- drivers/mtd/spi/spi_flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/spi/spi_flash.c b/drivers/mtd/spi/spi_flash.c i