commit | b11fe38883d1de76f2f847943e085a808f83f189 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@fluxnic.net> | Sat Feb 12 22:25:27 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Feb 23 17:24:19 2011 +0000 |
tree | 381973a579e681e69472a4ee8f12e17e227d99ef | |
parent | 74c25beeb30fa32badf575a908902cbdef4d4eb4 [diff] |
ARM: 6663/1: make Thumb2 kernel entry point more similar to the ARM one Some installers would binary patch the kernel zImage to replace the first few nops with custom instructions. This breaks the Thumb2 kernel as the mode switch is right at the beginning. Let's move it towards the end of the nop sequence instead. Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>