commit | 4404d6ce06d30a58cf678886bcbd00e0464f1136 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Sep 30 12:41:17 2014 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Wed Oct 01 09:12:02 2014 +0200 |
tree | 4db0715572f56ec800b04baaa708c0a7930ff5e8 | |
parent | 416d53f9f3d6ec9ea078ba3577f07a6174693650 [diff] |
ARM: mx6: gw_ventana: Remove superfluous memset of GD in board_init_f Zeroing GD in board_init_f() is not needed any more. As its now done in crt0.S. The patch that clears the GD in crt0.S is this one: aae2aef9 [arm: Set up global data before board_init_f()] from Simon. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Tim Harvey <tharvey@gateworks.com> Cc: Stefano Babic <sbabic@denx.de> Acked-by: Tim Harvey <tharvey@gateworks.com>