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