diff options
Diffstat (limited to 'arch/h8300/kernel')
-rw-r--r-- | arch/h8300/kernel/vmlinux.lds.S | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/h8300/kernel/vmlinux.lds.S b/arch/h8300/kernel/vmlinux.lds.S index 03d6c0df33db..662b02ecb86e 100644 --- a/arch/h8300/kernel/vmlinux.lds.S +++ b/arch/h8300/kernel/vmlinux.lds.S | |||
@@ -152,10 +152,6 @@ SECTIONS | |||
152 | __end = . ; | 152 | __end = . ; |
153 | __ramstart = .; | 153 | __ramstart = .; |
154 | } | 154 | } |
155 | /DISCARD/ : { | ||
156 | *(.exitcall.exit) | ||
157 | *(.discard) | ||
158 | } | ||
159 | .romfs : | 155 | .romfs : |
160 | { | 156 | { |
161 | *(.romfs*) | 157 | *(.romfs*) |
@@ -166,4 +162,6 @@ SECTIONS | |||
166 | COMMAND_START = . - 0x200 ; | 162 | COMMAND_START = . - 0x200 ; |
167 | __ramend = . ; | 163 | __ramend = . ; |
168 | } | 164 | } |
165 | |||
166 | DISCARDS | ||
169 | } | 167 | } |