uboot/arch/arm/cpu/armv7/omap3
Albert ARIBAUD dec96689ca arm: armv7: omap3: Fix restore sequence in lowlevel_init
The restore sequence in lowlevel_init was in the wrong order,
causing lr to lose its original value and be set equal to ip
instead. Also, its use of the stack clashes with that of
s_init, so move the s_init call after the restore and turn
it  into a tail-optimized branch.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Tested-by: Jeroen Hofstee <jeroen@myspectrum.nl>
2012-10-08 11:15:04 -07:00
..
Makefile
board.c SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux 2012-09-27 09:49:59 -07:00
clock.c
config.mk
emac.c
emif4.c
lowlevel_init.S arm: armv7: omap3: Fix restore sequence in lowlevel_init 2012-10-08 11:15:04 -07:00
mem.c
sdrc.c
spl_id_nand.c
sys_info.c