Commit 549aeec2 authored by Youling Tang's avatar Youling Tang Committed by Geert Uytterhoeven
Browse files

m68k: Drop redundant NOTES in link script



Commit eaf93707 ("vmlinux.lds.h: Move NOTES into RO_DATA") after
should remove redundant NOTES.

Signed-off-by: default avatarYouling Tang <tangyouling@loongson.cn>
Link: https://lore.kernel.org/r/1605852474-23446-1-git-send-email-tangyouling@loongson.cn


Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 07ce9b7a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@ SECTIONS {
	_edata = .;

	EXCEPTION_TABLE(16)
	NOTES

	. = ALIGN(PAGE_SIZE);
	__init_begin = .;
+0 −1
Original line number Diff line number Diff line
@@ -49,7 +49,6 @@ SECTIONS
	*(.m68k_fixup)
	__stop_fixup = .;
  }
  NOTES
  .init_end : {
	/* This ALIGN be in a section so that _end is at the end of the
	   load segment. */
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ SECTIONS
  RW_DATA(16, PAGE_SIZE, THREAD_SIZE) :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 */