]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/powerpc/cpu/74xx_7xx/u-boot.lds
common: Add .u_boot_list into all linker files
[people/ms/u-boot.git] / arch / powerpc / cpu / 74xx_7xx / u-boot.lds
index 24823cd20fdb7d3dfd27348819b349c1edca6574..04484a5ad7a7f14ddfc697b8b724b877f96f6a0e 100644 (file)
@@ -66,6 +66,11 @@ SECTIONS
   .u_boot_cmd : { *(.u_boot_cmd) }
   __u_boot_cmd_end = .;
 
+  . = ALIGN(4);
+  .u_boot_list : {
+       #include <u-boot.lst>
+  }
+
 
   . = .;
   __start___ex_table = .;