projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
376cb1a
)
ARM: tegra: enable CONFIG_SYS_NONCACHED_MEMORY everywhere
author
Stephen Warren
<swarren@nvidia.com>
Mon, 5 Oct 2015 18:09:02 +0000
(12:09 -0600)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Tue, 10 Nov 2015 17:04:30 +0000
(18:04 +0100)
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>
include/configs/tegra-common-post.h
patch
|
blob
|
history
diff --git
a/include/configs/tegra-common-post.h
b/include/configs/tegra-common-post.h
index 651c4c4935366bf7d5df2b2eac05c6b55d947019..68da23e8b70c17aeabfa318d37e20819cee15caa 100644
(file)
--- 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) \