Skip to content
Snippets Groups Projects
Commit 06cc85a2 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 505907a4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment