]> Git Repo - J-u-boot.git/commit
ARM: SPL: do not set gd again
authorJeroen Hofstee <[email protected]>
Wed, 30 Jul 2014 19:54:50 +0000 (21:54 +0200)
committerAlbert ARIBAUD <[email protected]>
Tue, 9 Sep 2014 11:50:57 +0000 (13:50 +0200)
commitf0c3a6c4ad09210d5d4aeafe87685ee75e5683d6
tree718adfe43a26aec122b13a5557588c523daa6791
parent47a602eab43fc2a3ce402efd5e7baee3a8a3fffb
ARM: SPL: do not set gd again

Just before calling board_init_f, crt0.S has already
reserved space for the initial gd on the stack. There
should be no need to allocate it again.

cc: Albert ARIBAUD <[email protected]>
Signed-off-by: Jeroen Hofstee <[email protected]>
arch/arm/lib/spl.c
This page took 0.031252 seconds and 4 git commands to generate.