Commit 9595acc7 authored by Rob Radez's avatar Rob Radez Committed by David S. Miller

[SPARC]: Add param section to linker script.

parent 5e163a89
......@@ -48,6 +48,9 @@ SECTIONS
__setup_start = .;
.init.setup : { *(.init.setup) }
__setup_end = .;
__start___param = . ;
__param : { *(__param) }
__stop___param = .;
__initcall_start = .;
.initcall.init : {
*(.initcall1.init)
......
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