commit | 831a077f11869dfc33ca2316a4bdeba203e8ce60 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 05 03:56:52 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Dec 09 17:30:09 2011 +0100 |
tree | 0bff58fe99a6b0ac4778382b76c775cb78de48a7 | |
parent | 80433c9ac6fd3bd0fe1707a04d9668db4aba1dde [diff] |
tegra2: Enable instruction cache Since low-level init is skipped, the instruction cache is never enabled on Tegra2. This explicitly calls this initialization as soon as the A9 is initialized. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>