From: Roy Franz Date: Fri, 4 Oct 2013 16:02:46 +0000 (-0700) Subject: boot, efi: Remove redundant memset() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~32^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c158c3bf59951bbb44bd7ccca9e6665dfd1617c5;p=pandora-kernel.git 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 Acked-by: Mark Salter Signed-off-by: Matt Fleming --- Reading git-diff-tree failed