Files
linux/drivers
Roy Franz c158c3bf59 boot, efi: Remove redundant memset()
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>
2013-10-04 20:07:47 +01:00
..
2013-08-20 08:38:23 -04:00
2013-07-23 16:01:28 -07:00
2013-08-07 21:57:17 +02:00
2013-07-22 09:34:46 +08:00
2013-07-24 16:36:41 -06:00