common: Add .u_boot_list into all linker files
[kernel/u-boot.git] / nand_spl / board / karo / tx25 / u-boot.lds
index d2b08f6..24a3c0c 100644 (file)
@@ -51,6 +51,11 @@ SECTIONS
        __u_boot_cmd_end = .;
 
        . = ALIGN(4);
+       .u_boot_list : {
+       #include <u-boot.lst>
+       }
+
+       . = ALIGN(4);
 
        .rel.dyn : {
                __rel_dyn_start = .;