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