commit | a2c36722ef88132043d0a0eae63b53724a564ac6 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sun Sep 13 15:36:18 2015 +0200 |
committer | Hans de Goede <hdegoede@redhat.com> | Tue Oct 20 18:40:27 2015 +0200 |
tree | 16f8c3bcccebfd3fe5c214806fbc5ddf97ea33e3 | |
parent | 575537b1f6f0bfe57b870a504e06ef225976c932 [diff] |
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>