Commit e69beeab authored by Linus Torvalds's avatar Linus Torvalds

Merge tag 'mips-fixes_5.12_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux

Pull MIPS fix from Thomas Bogendoerfer:
 "Fix for fdt alignment when image is compressed"

* tag 'mips-fixes_5.12_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux:
  MIPS: vmlinux.lds.S: Fix appended dtb not properly aligned
parents 35d8c39d 3f6c515d
...@@ -176,7 +176,7 @@ SECTIONS ...@@ -176,7 +176,7 @@ SECTIONS
.fill : { .fill : {
FILL(0); FILL(0);
BYTE(0); BYTE(0);
. = ALIGN(8); STRUCT_ALIGN();
} }
__appended_dtb = .; __appended_dtb = .;
/* leave space for appended DTB */ /* leave space for appended DTB */
......
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