From: Tom Rini Date: Wed, 30 Mar 2022 22:07:34 +0000 (-0400) Subject: siemens-am33x-common: Drop CONFIG_DMA_COHERENT* X-Git-Tag: baikal/mips/sdk5.9~3^2~115^2~11 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=98a7245bf325bb22ea85542311de7eac4535314e;p=uboot.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