diff options
author | Stephen Warren <swarren@nvidia.com> | 2015-10-05 12:09:02 -0600 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2015-11-10 18:04:30 +0100 |
commit | 5e68ff3949a3eebf62ba639171814f39c8e46a84 (patch) | |
tree | dbbe3fd9e1ed2fd23583d86b42afc26c35e86735 /include/configs/tegra-common-post.h | |
parent | 376cb1a4531538a031f3875f0aab21f31f8f8c90 (diff) |
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>
Diffstat (limited to 'include/configs/tegra-common-post.h')
-rw-r--r-- | include/configs/tegra-common-post.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h index 651c4c49353..68da23e8b70 100644 --- a/include/configs/tegra-common-post.h +++ b/include/configs/tegra-common-post.h @@ -19,9 +19,7 @@ #define CONFIG_SYS_MALLOC_LEN (4 << 20) /* 4MB */ #endif -#ifndef CONFIG_ARM64 #define CONFIG_SYS_NONCACHED_MEMORY (1 << 20) /* 1 MiB */ -#endif #ifndef CONFIG_SPL_BUILD #define BOOT_TARGET_DEVICES(func) \ |