]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
davinci: Do not duplicate setting of gd
authorTom Rini <trini@ti.com>
Thu, 22 Jan 2015 14:38:10 +0000 (09:38 -0500)
committerTom Rini <trini@ti.com>
Thu, 29 Jan 2015 17:00:50 +0000 (12:00 -0500)
commit212324a9d4f505255349bc50b34ec9f912db78d3
treeefbf8d557db6ba61033d18bb550d1d96fab40392
parent7bc53efcd65c81d856e18612a1493158b5d9df7c
davinci: Do not duplicate setting of gd

In f0c3a6c we stopped setting gd in board_init_f, but later had to
revert to due problems on certain platforms.  As davinci does not look
to have these problems, we can drop the setting here and rely upon
crt0.S to do it.

Cc: Peter Howard <pjh@northern-ridge.com.au>
Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/cpu/arm926ejs/davinci/spl.c