You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
182 B
9 lines
182 B
--retain="*(.cmdline_cmd)"
|
|
SECTIONS
|
|
{
|
|
.dsp_cmd_section: fill = 0x0 align =0x4 {
|
|
__cmdline_cmd_start = .;
|
|
*(.cmdline_cmd)
|
|
__cmdline_cmd_end = .;
|
|
} > DDR3
|
|
}
|
|
|