]> git.sur5r.net Git - u-boot/blobdiff - board/mousse/u-boot.lds
common: Add .u_boot_list into all linker files
[u-boot] / board / mousse / u-boot.lds
index dae2cfc7dae8b6dbd11b88ca2e851b52c72a639c..aff426938f446b93987bec27efe9842ff85a50a6 100644 (file)
@@ -64,6 +64,11 @@ SECTIONS
   .u_boot_cmd : { *(.u_boot_cmd) }
   __u_boot_cmd_end = .;
 
+  . = ALIGN(4);
+  .u_boot_list : {
+       #include <u-boot.lst>
+  }
+
 
   . = .;
   __start___ex_table = .;