]> git.sur5r.net Git - u-boot/commit
spl: spl_relocate_stack_gd: Do not unnecessarily clear bss
authorHans de Goede <hdegoede@redhat.com>
Sun, 13 Sep 2015 13:36:18 +0000 (15:36 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 20 Oct 2015 16:40:27 +0000 (18:40 +0200)
commit8656c4f76f012254a1a01d6d7956d85d7d3d73bf
tree16f8c3bcccebfd3fe5c214806fbc5ddf97ea33e3
parent5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d
spl: spl_relocate_stack_gd: Do not unnecessarily clear bss

spl_relocate_stack_gd only gets called from arch/arm/lib/crt0.S which
clears the bss directly after calling it, so there is no need to clear
it from spl_relocate_stack_gd.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/spl/spl.c