Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 877d5243 authored by Al Viro's avatar Al Viro Committed by Geert Uytterhoeven
Browse files

m68k: Fix --build-id breakage for sun3



Counterpart of commit 08a3db94 ("m68k: Add
NOTES to init data so its discarded at boot") for sun3 build.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent c162564e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ SECTIONS
	} :data
  /* End of data goes *here* so that freeing init code works properly. */
  _edata = .;
  NOTES

  /* will be freed after init */
  . = ALIGN(PAGE_SIZE);	/* Init code and data */