]> git.sur5r.net Git - u-boot/blobdiff - board/sandburst/metrobox/u-boot.lds.debug
mpc5200: Add a4m2k board port
[u-boot] / board / sandburst / metrobox / u-boot.lds.debug
index 2fb3ad97dcce1a004c3a56a388c81a780fa0c97f..07bd6fe19fb6fbf372fb6dbdf4dfa32081894df3 100644 (file)
@@ -115,9 +115,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 = .;
@@ -139,6 +141,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }