common: Add .u_boot_list into all linker files
[kernel/u-boot.git] / arch / powerpc / cpu / 74xx_7xx / u-boot.lds
index 8429f33..04484a5 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 = .;
@@ -87,6 +92,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }