diff options
| author | Tom Rini <[email protected]> | 2022-03-30 18:07:34 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-04-08 10:46:22 -0400 |
| commit | 001a56b0082a02e82b433eed362aa37ea4255fdb (patch) | |
| tree | 5ecd6dc9c87455eace96341163b07c5545050b46 /include | |
| parent | d9180c3035bb71d19ba8f5e5a2317f48e7bf3ab0 (diff) | |
siemens-am33x-common: Drop CONFIG_DMA_COHERENT*
These values are not used in the code, remove them.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/siemens-am33x-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index bfadf4a6b86..08c4d52d658 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 |
