mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
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>
This commit is contained in:
parent
505907a467
commit
06cc85a29a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue