diff options
Diffstat (limited to 'arch/arm/boot/compressed/head.S')
| -rw-r--r-- | arch/arm/boot/compressed/head.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S index 5f6045f1766..dc7e8ce8e6b 100644 --- a/arch/arm/boot/compressed/head.S +++ b/arch/arm/boot/compressed/head.S @@ -273,7 +273,7 @@ restart:	adr	r0, LC0  		add	r0, r0, #0x100  		mov	r1, r6  		sub	r2, sp, r6 -		blne	atags_to_fdt +		bleq	atags_to_fdt  		ldmfd	sp!, {r0-r3, ip, lr}  		sub	sp, sp, #0x10000  |