summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-31 23:57:21 (GMT)
committerSimon Glass <sjg@chromium.org>2017-06-09 19:39:33 (GMT)
commit06cc85a29abfd0f022c51175912adff790aa2434 (patch)
treea51b19f52c1104ab18dd3ca90a62b3db1b2705b8
parent505907a4677786dc179d7edd3d71bb5f273425cf (diff)
downloadu-boot-06cc85a29abfd0f022c51175912adff790aa2434.tar.xz
tegra: Enable CP15 init
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>
-rw-r--r--include/configs/tegra-common-post.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h
index c03efd8..dd72e5b 100644
--- 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