Commit 6bde607e authored by Tim Abbott's avatar Tim Abbott Committed by Paul Mundt

sh: Clean up linker script using new BSS_SECTION macro.

Updated to use the fixed BSS linker script macros from this
thread:

	http://www.spinics.net/lists/kernel/msg913238.htmlSigned-off-by: default avatarTim Abbott <tabbott@ksplice.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: linux-sh@vger.kernel.org
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 6e1922bb
...@@ -93,8 +93,7 @@ SECTIONS ...@@ -93,8 +93,7 @@ SECTIONS
. = ALIGN(PAGE_SIZE); . = ALIGN(PAGE_SIZE);
__init_end = .; __init_end = .;
BSS(PAGE_SIZE) BSS_SECTION(0, PAGE_SIZE, 4)
. = ALIGN(4);
_ebss = .; /* uClinux MTD sucks */ _ebss = .; /* uClinux MTD sucks */
_end = . ; _end = . ;
......
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