diff options
Diffstat (limited to 'include/configs/igep0033.h')
-rw-r--r-- | include/configs/igep0033.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/igep0033.h b/include/configs/igep0033.h index 18be38aca3..2ee13671d9 100644 --- a/include/configs/igep0033.h +++ b/include/configs/igep0033.h @@ -28,10 +28,6 @@ #define V_OSCK 24000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK) -/* DMA defines */ -#define CONFIG_DMA_COHERENT -#define CONFIG_DMA_COHERENT_SIZE (1 << 20) - #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ #define CONFIG_SYS_MALLOC_LEN (1024 << 10) #define CONFIG_SYS_LONGHELP /* undef to save memory */ |