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