]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
imx: ls102xa: Remove reference to gdata
authorSimon Glass <sjg@chromium.org>
Tue, 23 Dec 2014 19:04:58 +0000 (12:04 -0700)
committerTom Rini <trini@ti.com>
Tue, 20 Jan 2015 15:15:46 +0000 (10:15 -0500)
commit22d69fd7a86fd5487bf4421dd777130a207b9264
tree21875a64212236b8ede6f0201eb6cc79cdd081ba
parent10e3d7ecd34b92d1c329c39d71d8f573bf6060d5
imx: ls102xa: 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>
board/freescale/ls1021aqds/ls1021aqds.c
board/freescale/ls1021atwr/ls1021atwr.c