mirror of
https://xff.cz/git/u-boot/
synced 2025-09-26 13:01:17 +02:00
drivers/dma: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
|
||||
#include <common.h>
|
||||
|
||||
#ifdef CONFIG_FSLDMAFEC
|
||||
|
||||
#include <MCD_dma.h>
|
||||
#include <MCD_tasksInit.h>
|
||||
#include <MCD_progCheck.h>
|
||||
@@ -1023,4 +1021,3 @@ static void MCD_memcpy(int *dest, int *src, u32 size)
|
||||
for (i = 0; i < size; i += sizeof(int), dest++, src++)
|
||||
*dest = *src;
|
||||
}
|
||||
#endif /* CONFIG_FSLDMAFEC */
|
||||
|
Reference in New Issue
Block a user