siemens-am33x-common: Drop CONFIG_DMA_COHERENT*
authorTom Rini <trini@konsulko.com>
Wed, 30 Mar 2022 22:07:34 +0000 (18:07 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 8 Apr 2022 14:46:22 +0000 (10:46 -0400)
These values are not used in the code, remove them.

Signed-off-by: Tom Rini <trini@konsulko.com>
include/configs/siemens-am33x-common.h

index bfadf4a..08c4d52 100644 (file)
@@ -15,9 +15,6 @@
 
 #include <asm/arch/omap.h>
 
-#define CONFIG_DMA_COHERENT
-#define CONFIG_DMA_COHERENT_SIZE       (1 << 20)
-
 /* commands to include */
 
 #ifndef CONFIG_SPL_BUILD