diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-09-24 05:11:27 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-24 05:11:27 -0400 |
commit | 1f91bbb58413e0bce9726cd6d12bf4b95c343a7f (patch) | |
tree | dd8df9ba558b7b21d3a73fa29ce43a05ac1b0a19 /arch/sh/kernel/vmlinux.lds.S | |
parent | e71cf2b63c861bdcbe13d0a67d5007b5933c61a5 (diff) |
sh: Define _ebss for uClinux MTD map driver.
The uClinux MTD device uses _ebss, add the symbol and corresponding
export.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/sh/kernel/vmlinux.lds.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/vmlinux.lds.S b/arch/sh/kernel/vmlinux.lds.S index 9cb95af7b090..84a203b8573d 100644 --- a/arch/sh/kernel/vmlinux.lds.S +++ b/arch/sh/kernel/vmlinux.lds.S | |||
@@ -107,6 +107,7 @@ SECTIONS | |||
107 | *(.bss.page_aligned) | 107 | *(.bss.page_aligned) |
108 | *(.bss) | 108 | *(.bss) |
109 | . = ALIGN(4); | 109 | . = ALIGN(4); |
110 | _ebss = .; /* uClinux MTD sucks */ | ||
110 | _end = . ; | 111 | _end = . ; |
111 | } | 112 | } |
112 | 113 | ||