commit | 8e84244092aaab94e0aa0ebf7e73c1048c02b02d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 31 17:57:21 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Jun 09 13:39:33 2017 -0600 |
tree | a51b19f52c1104ab18dd3ca90a62b3db1b2705b8 | |
parent | d1536e36ef54c261986a89ed8d2ebda69037946a [diff] |
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>