]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: SPL: do not set gd again
authorJeroen Hofstee <jeroen@myspectrum.nl>
Wed, 30 Jul 2014 19:54:50 +0000 (21:54 +0200)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
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 <albert.u.boot@aribaud.net>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
arch/arm/lib/spl.c