commit | a92ce4345cf4b2a9345db2c27e004dfe37abdf5a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Dec 23 12:04:55 2014 -0700 |
committer | Tom Rini <trini@ti.com> | Tue Jan 20 10:15:15 2015 -0500 |
tree | 164f8843f2e218a8b7b96ab31a5fd53e3d627f4e | |
parent | 2eb6c0b45d2ce8daf185ec9536f28c9799ed4039 [diff] |
zynq: 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>