]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: mx6: gw_ventana: Remove superfluous memset of GD in board_init_f
authorStefan Roese <sr@denx.de>
Tue, 30 Sep 2014 10:41:17 +0000 (12:41 +0200)
committerStefano Babic <sbabic@denx.de>
Wed, 1 Oct 2014 07:12:02 +0000 (09:12 +0200)
commit1dd42e313b1b7416d756d9fd9899b300fd238793
tree4db0715572f56ec800b04baaa708c0a7930ff5e8
parent13bc86037e832f547dacda81339d74177f2e569d
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>
board/gateworks/gw_ventana/gw_ventana_spl.c