From: Tony Lindgren Date: Wed, 27 Apr 2011 13:22:42 +0000 (-0700) Subject: ARM: Fix relocation to move past the running code X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91ec276d90bbf3a0d333b19f9666788ee919b998;p=pandora-kernel.git ARM: Fix relocation to move past the running code Otherwise we end up overwriting ourselves partially when relocating less than size of the running code in head.S. Without this patch, a system will not boot if the compressed image load address is slightly less than where the compressed image gets relocated. For example, using mkimage to set the load address to something like zreladdr + uncompressed image size - 0x100 will make the system hang without this patch. Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed