common: Add .u_boot_list into all linker files
[kernel/u-boot.git] / board / gaisler / gr_xc3s_1500 / u-boot.lds
index 8719e97..3da021c 100644 (file)
@@ -90,6 +90,11 @@ SECTIONS
        . = ALIGN(4);
        __u_boot_cmd_end = .;
 
+       . = ALIGN(4);
+       .u_boot_list : {
+       #include <u-boot.lst>
+       }
+
        .data   :
        {
                *(.data)