]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-zynq/u-boot-spl.lds
sunxi: Add base address for GIC
[u-boot] / arch / arm / mach-zynq / u-boot-spl.lds
index 0f2f756f8354e8663a160dfab28356fa70e05bd2..9a59164c876f359a2286e0a79be9e0599a1e215a 100644 (file)
@@ -38,10 +38,13 @@ SECTIONS
        } > .sram
 
        . = ALIGN(4);
+       .u_boot_list : {
+               KEEP(*(SORT(.u_boot_list*)));
+       } > .sram
 
-       . = .;
+       . = ALIGN(4);
 
-       __image_copy_end = .;
+       _image_binary_end = .;
 
        _end = .;