diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2007-06-22 09:27:50 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-06-25 15:36:27 -0400 |
commit | 92c83ff1ce6165bd62cebe4e4d1ca5ccb6f9713b (patch) | |
tree | 3776649d3a8928fe5b1e55ef57bf54ec9f99e34b /arch/arm/boot | |
parent | 154c772ebfb12ef66855510e6be2b12c85110b0c (diff) |
[ARM] 4452/1: Force the literal pool dump before reloc_end
In the arch/arm/boot/compressed/head.S file, the contents of the
literal pool accumulated during the relocatable code must be dumped
before reloc_end.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/compressed/head.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S index 23348e9561b9..680ea6ed77b8 100644 --- a/arch/arm/boot/compressed/head.S +++ b/arch/arm/boot/compressed/head.S | |||
@@ -836,6 +836,7 @@ memdump: mov r12, r0 | |||
836 | mov pc, r10 | 836 | mov pc, r10 |
837 | #endif | 837 | #endif |
838 | 838 | ||
839 | .ltorg | ||
839 | reloc_end: | 840 | reloc_end: |
840 | 841 | ||
841 | .align | 842 | .align |