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 96353cd..c60336c 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 = .;