Commit 5e68ff3949a3eebf62ba639171814f39c8e46a84

Authored by Stephen Warren
Committed by Albert ARIBAUD
1 parent 376cb1a453

ARM: tegra: enable CONFIG_SYS_NONCACHED_MEMORY everywhere

Now that we have solved the problems that prevented this feature from
being enabled, enable it everywhere.

Signed-off-by: Stephen Warren <swarren@nvidia.com>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

include/configs/tegra-common-post.h
... ... @@ -19,9 +19,7 @@
19 19 #define CONFIG_SYS_MALLOC_LEN (4 << 20) /* 4MB */
20 20 #endif
21 21  
22   -#ifndef CONFIG_ARM64
23 22 #define CONFIG_SYS_NONCACHED_MEMORY (1 << 20) /* 1 MiB */
24   -#endif
25 23  
26 24 #ifndef CONFIG_SPL_BUILD
27 25 #define BOOT_TARGET_DEVICES(func) \