mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
microblaze: spl: Add LISTS to linker script
This is required for driver model. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
ca7d22662e
commit
7f33899221
1 changed files with 6 additions and 0 deletions
|
@ -37,6 +37,12 @@ SECTIONS
|
|||
__data_end = .;
|
||||
}
|
||||
|
||||
. = ALIGN(4);
|
||||
.u_boot_list : {
|
||||
KEEP(*(SORT(.u_boot_list*)));
|
||||
}
|
||||
__init_end = . ;
|
||||
|
||||
.bss ALIGN(0x4):
|
||||
{
|
||||
__bss_start = .;
|
||||
|
|
Loading…
Reference in a new issue