]> git.sur5r.net Git - u-boot/blobdiff - board/gaisler/gr_ep2s60/u-boot.lds
common: Add .u_boot_list into all linker files
[u-boot] / board / gaisler / gr_ep2s60 / u-boot.lds
index 2fb44aa832fc00351c379425e159652978c3bde8..5a387967ff1e74fad9313875b4a67056afd6a2fc 100644 (file)
@@ -90,6 +90,11 @@ SECTIONS
        . = ALIGN(4);
        __u_boot_cmd_end = .;
 
+       . = ALIGN(4);
+       .u_boot_list : {
+       #include <u-boot.lst>
+       }
+
        .data   :
        {
                *(.data)