Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/ps3: Re-align DTB in image

Change the PS3 linker script to align the DTB at 8 bytes,
the same alignment as that of the of the 'generic' powerpc
linker script.

Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/245897ed65e402686a4b114ba618e935cb5c6506.1622822173.git.geoff@infradead.org

authored by

Geoff Levand and committed by
Michael Ellerman
ff4a825e 07e2d6cf

+1 -1
+1 -1
arch/powerpc/boot/zImage.ps3.lds.S
··· 8 8 .kernel:vmlinux.bin : { *(.kernel:vmlinux.bin) } 9 9 _vmlinux_end = .; 10 10 11 - . = ALIGN(4096); 11 + . = ALIGN(8); 12 12 _dtb_start = .; 13 13 .kernel:dtb : { *(.kernel:dtb) } 14 14 _dtb_end = .;