projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
505907a
)
tegra: Enable CP15 init
author
Simon Glass
<sjg@chromium.org>
Wed, 31 May 2017 23:57:21 +0000
(17:57 -0600)
committer
Simon Glass
<sjg@chromium.org>
Fri, 9 Jun 2017 19:39:33 +0000
(13:39 -0600)
At present CP15 init is disabled on tegra. Use the correct option so that
this init is performed on boot. This enables the instruction cache, for
example, which is critical to the machine running at full speed.
Signed-off-by: Simon Glass <sjg@chromium.org>
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
c03efd8
..
dd72e5b
100644
(file)
--- a/
include/configs/tegra-common-post.h
+++ b/
include/configs/tegra-common-post.h
@@
-105,7
+105,7
@@
/* overrides for SPL build here */
#ifdef CONFIG_SPL_BUILD
-#define CONFIG_SKIP_LOWLEVEL_INIT
+#define CONFIG_SKIP_LOWLEVEL_INIT
_ONLY
/* remove I2C support */
#ifdef CONFIG_SYS_I2C_TEGRA