]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm:am33xx: Rework s_init and add board_early_init_f
authorTom Rini <trini@ti.com>
Wed, 21 May 2014 16:57:22 +0000 (12:57 -0400)
committerTom Rini <trini@ti.com>
Fri, 6 Jun 2014 21:46:14 +0000 (17:46 -0400)
commit196311dc728bbb9484356547b9daa731ca2feb8d
tree51d396fd6e9abff9f008e80c74b97a6322474ffe
parent87acf194a298f65a40c659036a5e413613d458e6
arm:am33xx: Rework s_init and add board_early_init_f

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>
arch/arm/cpu/armv7/am33xx/board.c
include/configs/am43xx_evm.h
include/configs/ti_am335x_common.h