From: Tom Rini Date: Wed, 30 Mar 2022 22:07:34 +0000 (-0400) Subject: siemens-am33x-common: Drop CONFIG_DMA_COHERENT* X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=001a56b0082a02e82b433eed362aa37ea4255fdb;p=u-boot.git siemens-am33x-common: Drop CONFIG_DMA_COHERENT* These values are not used in the code, remove them. Signed-off-by: Tom Rini --- diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index bfadf4a6b8..08c4d52d65 100644 --- a/include/configs/siemens-am33x-common.h +++ b/include/configs/siemens-am33x-common.h @@ -15,9 +15,6 @@ #include -#define CONFIG_DMA_COHERENT -#define CONFIG_DMA_COHERENT_SIZE (1 << 20) - /* commands to include */ #ifndef CONFIG_SPL_BUILD