boot, efi: Remove redundant memset()
authorRoy Franz <roy.franz@linaro.org>
Fri, 4 Oct 2013 16:02:46 +0000 (09:02 -0700)
committerMatt Fleming <matt.fleming@intel.com>
Fri, 4 Oct 2013 19:07:47 +0000 (20:07 +0100)
Remove a redundant memset() call from efi_relocate_kernel() that
was clearing memory that would be used by BSS in non-compressed
images loaded with this function.  This clear was redundant with
the clearing done in the image itself, and also implemented incorrectly
with a 0 length.

Signed-off-by: Roy Franz <roy.franz@linaro.org>
Acked-by: Mark Salter <msalter@redhat.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>

No differences found