commit | bf5206611730deb6de1c227d4a78018124a264dc | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sun Sep 13 15:33:34 2015 +0200 |
committer | Hans de Goede <hdegoede@redhat.com> | Tue Sep 29 11:50:07 2015 +0200 |
tree | 9aa4b88fbace430cfc10e6e054230640f7b776d7 | |
parent | 9f7dc80d27c98a2cf8da5894a8d6f42e72c9c178 [diff] |
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>