]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sandburst/metrobox/u-boot.lds.debug
common: Add .u_boot_list into all linker files
[people/ms/u-boot.git] / board / sandburst / metrobox / u-boot.lds.debug
index 4922bd241e74f8bbde8eed029d0a589d97c3e995..bb73307eff470832d62303453d3cbb4e24005647 100644 (file)
@@ -119,6 +119,11 @@ SECTIONS
   .u_boot_cmd : { *(.u_boot_cmd) }
   __u_boot_cmd_end = .;
 
+  . = ALIGN(4);
+  .u_boot_list : {
+       #include <u-boot.lst>
+  }
+
 
   __start___ex_table = .;
   __ex_table : { *(__ex_table) }