
6 Jun
2014
6 Jun
'14
11:55 p.m.
On Wed, May 21, 2014 at 12:57:22PM -0400, Tom Rini wrote:
With the changes to the i2c framework (and adopting the omap24xx_i2c driver to them) we can no longer call i2c functions prior to gd having been set and cleared. When SPL booting, this is handled by setting gd to point to SRAM in s_init. However in the cases where we are loaded directly by ROM (memory mapped NOR or QSPI) we need to make use of the normal hooks to slightly delay these calls.
Signed-off-by: Tom Rini trini@ti.com
Applied to u-boot-ti/master, thanks!
--
Tom