commit | cdce889959c611876690a9f0a3c7ed9aa46189c4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Aug 06 22:52:25 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Tue Aug 13 17:11:25 2013 -0400 |
tree | 9a4d839f17eee43ecab1523b0e9f4bd0985138d8 | |
parent | df785a7ffb7197330ec9b281cd149cbf6cec2d37 [diff] |
tegra: Avoid using I2C prior to relocation Tegra recently moved to the new I2C framework, which sets up I2C prior to relocation, and prior to calling i2c_init_board(). This causes a crash on Tegra boards. Tested-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Simon Glass <sjg@chromium.org>