diff mbox series

[24/25] siemens-am33x-common: Drop CONFIG_DMA_COHERENT*

Message ID 20220330220735.908616-24-trini@konsulko.com
State Accepted
Commit 001a56b0082a02e82b433eed362aa37ea4255fdb
Delegated to: Tom Rini
Headers show
Series [01/25] Convert CONFIG_BOARD_SIZE_LIMIT to Kconfig | expand

Commit Message

Tom Rini March 30, 2022, 10:07 p.m. UTC
These values are not used in the code, remove them.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 include/configs/siemens-am33x-common.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Tom Rini April 8, 2022, 6:04 p.m. UTC | #1
On Wed, Mar 30, 2022 at 06:07:34PM -0400, Tom Rini wrote:

> These values are not used in the code, remove them.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h
index bfadf4a6b861..08c4d52d658f 100644
--- a/include/configs/siemens-am33x-common.h
+++ b/include/configs/siemens-am33x-common.h
@@ -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