sunxi: Simplify spl board_init_f function
authorHans de Goede <hdegoede@redhat.com>
Sun, 13 Sep 2015 13:33:34 +0000 (15:33 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 29 Sep 2015 09:50:07 +0000 (11:50 +0200)
commitcb42d63554a9a87fa7d1bb7349a5af1d1ad3da91
tree9aa4b88fbace430cfc10e6e054230640f7b776d7
parent5c965ed901c09bd046a99c7dc9269e3be2829604
sunxi: Simplify spl board_init_f function

crt0.S will both memset the bss sectioan and call board_init_r for us,
so there is no need to do either ourselves.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
arch/arm/cpu/armv7/sunxi/board.c