commit | 97ee351b50a49717543533cfb85b4bf9d88c9680 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Tue Mar 07 16:14:49 2017 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Mar 08 10:39:32 2017 +1100 |
tree | 1fc6fd4f091418625cf5bc13dd995aa3e21eaf2c | |
parent | f7d6a7283aa1de430c6323a9714d1a787bc2d1ea [diff] |
powerpc/boot: Fix zImage TOC alignment Recent toolchains force the TOC to be 256 byte aligned. We need to enforce this alignment in the zImage linker script, otherwise pointers to our TOC variables (__toc_start) could be incorrect. If the actual start of the TOC and __toc_start don't have the same value we crash early in the zImage wrapper. Cc: stable@vger.kernel.org Suggested-by: Alan Modra <amodra@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>