commit | 33c49cef19eb1a8a06559fd0c849f79f6afcc2fd | [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 | b06995064779910fc0d1485266c66a49be253a52 [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>