common: Add .u_boot_list into all linker files
[kernel/u-boot.git] / arch / arm / cpu / u-boot.lds
index e49ca0c..85f4eec 100644 (file)
@@ -54,6 +54,11 @@ SECTIONS
        __u_boot_cmd_end = .;
 
        . = ALIGN(4);
+       .u_boot_list : {
+       #include <u-boot.lst>
+       }
+
+       . = ALIGN(4);
 
        __image_copy_end = .;