]> git.sur5r.net Git - u-boot/commitdiff
tegra: Enable CP15 init
authorSimon Glass <sjg@chromium.org>
Wed, 31 May 2017 23:57:21 +0000 (17:57 -0600)
committerSimon 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

index c03efd852a66b40b1bb39bde751ae7e3f7407343..dd72e5b4db6533e032d0a02cec5bb7be14b8473f 100644 (file)
 /* 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