]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
microblaze: spl: Add LISTS to linker script
authorMichal Simek <michal.simek@xilinx.com>
Tue, 3 Feb 2015 14:09:52 +0000 (15:09 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 9 Feb 2015 14:13:12 +0000 (15:13 +0100)
This is required for driver model.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/cpu/u-boot-spl.lds

index 96353cd96ca7903c08ea0f9fb1db8fadf83cfd59..c60336ca5ca839ab0bef3ed39a188e4eb6792808 100644 (file)
@@ -37,6 +37,12 @@ SECTIONS
                __data_end = .;
        }
 
+       . = ALIGN(4);
+       .u_boot_list : {
+               KEEP(*(SORT(.u_boot_list*)));
+       }
+       __init_end = . ;
+
        .bss ALIGN(0x4):
        {
                __bss_start = .;