Skip to content
Snippets Groups Projects
Commit 7f338992 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: spl: Add LISTS to linker script


This is required for driver model.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent ca7d2266
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,12 @@ SECTIONS ...@@ -37,6 +37,12 @@ SECTIONS
__data_end = .; __data_end = .;
} }
. = ALIGN(4);
.u_boot_list : {
KEEP(*(SORT(.u_boot_list*)));
}
__init_end = . ;
.bss ALIGN(0x4): .bss ALIGN(0x4):
{ {
__bss_start = .; __bss_start = .;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment