]> git.sur5r.net Git - u-boot/blobdiff - board/ivm/u-boot.lds.debug
Merge remote-tracking branch 'u-boot-ti/master'
[u-boot] / board / ivm / u-boot.lds.debug
index 6bcf167a0a3bf31b0eb89739c8b649a17a348cba..53a19b2947316c3c01057fced4c61e0d5c5d9373 100644 (file)
@@ -107,9 +107,11 @@ SECTIONS
   _edata  =  .;
   PROVIDE (edata = .);
 
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
+
+  . = ALIGN(4);
+  .u_boot_list : {
+       #include <u-boot.lst>
+  }
 
 
   __start___ex_table = .;
@@ -131,6 +133,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }