Commit 26e6e2ea authored by Manish Pandey's avatar Manish Pandey Committed by TrustedFirmware Code Review
Browse files

Merge "BL31: Fix relocation error for PIE" into integration

parents 47ee4087 c2e3b3bb
......@@ -59,7 +59,8 @@ func plat_get_my_stack
bic x0, x0, #(CACHE_WRITEBACK_GRANULE - 1)
ret x10
#endif
.word platform_normal_stacks
/* Prevent linker from removal of stack section */
.quad platform_normal_stacks
#else /* !(IMAGE_BL31 && RECLAIM_INIT_CODE) */
mov x10, x30
......
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