]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
imx: woodburn: Remove reference to gdata
authorSimon Glass <sjg@chromium.org>
Tue, 23 Dec 2014 19:04:57 +0000 (12:04 -0700)
committerTom Rini <trini@ti.com>
Tue, 20 Jan 2015 15:15:33 +0000 (10:15 -0500)
commit10e3d7ecd34b92d1c329c39d71d8f573bf6060d5
tree7dfbbd28ed07a23b5f413752387c3fba2b0bdfd8
parent57241b1d72dc9832a03533e0a8fabce3c5f97f6b
imx: woodburn: Remove reference to gdata

The global_data pointer (gd) has already been set before board_init_f()
is called. We should not assign it again. We should also not use gdata since
it is going away.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Stefano Babic <sbabic@denx.de>
board/woodburn/woodburn.c