Skip to content

Commit 92c83ff

Browse files
ctmarinasRussell King
authored andcommitted
[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 <[email protected]> Signed-off-by: Russell King <[email protected]>
1 parent 154c772 commit 92c83ff

File tree

1 file changed

+1
-0
lines changed
  • arch/arm/boot/compressed

1 file changed

+1
-0
lines changed

arch/arm/boot/compressed/head.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,7 @@ memdump: mov r12, r0
836836
mov pc, r10
837837
#endif
838838

839+
.ltorg
839840
reloc_end:
840841

841842
.align

0 commit comments

Comments
 (0)