Commit 735105d2 authored by Catalin Marinas's avatar Catalin Marinas

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: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 5b7e8fdb
...@@ -833,6 +833,7 @@ memdump: mov r12, r0 ...@@ -833,6 +833,7 @@ memdump: mov r12, r0
mov pc, r10 mov pc, r10
#endif #endif
.ltorg
reloc_end: reloc_end:
.align .align
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment