commit | 76d6a1102c16c0a5af066a551e6b5672b5c0288d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Dec 23 12:04:57 2014 -0700 |
committer | Tom Rini <trini@ti.com> | Tue Jan 20 10:15:33 2015 -0500 |
tree | 7dfbbd28ed07a23b5f413752387c3fba2b0bdfd8 | |
parent | 0c0711078f733ad7861a00355b7298e2df4ecb63 [diff] |
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>