Commit 06cc85a29abfd0f022c51175912adff790aa2434

Authored by Simon Glass
1 parent 505907a467

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/tegra-common-post.h
... ... @@ -105,7 +105,7 @@
105 105 /* overrides for SPL build here */
106 106 #ifdef CONFIG_SPL_BUILD
107 107  
108   -#define CONFIG_SKIP_LOWLEVEL_INIT
  108 +#define CONFIG_SKIP_LOWLEVEL_INIT_ONLY
109 109  
110 110 /* remove I2C support */
111 111 #ifdef CONFIG_SYS_I2C_TEGRA