]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/microblaze/cpu/u-boot.lds
microblaze: Move architecture to use generic board init
[people/ms/u-boot.git] / arch / microblaze / cpu / u-boot.lds
index 44bc036172f07e4215724b29479d3600dbd9dbd7..2502a0db2b147716bc0f99e92df2f00c46c4274c 100644 (file)
@@ -33,10 +33,19 @@ SECTIONS
                __data_end = .;
        }
 
+       .got ALIGN(4):
+       {
+               _got_start = .;
+               *(.got*)
+               . = ALIGN(4);
+               _got_end = .;
+       }
+
        . = ALIGN(4);
        .u_boot_list : {
                KEEP(*(SORT(.u_boot_list*)));
        }
+       __init_end = . ;
 
        .bss ALIGN(0x4):
        {