]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:17 +0000 (12:59 +0200)
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 = .;