]> git.sur5r.net Git - u-boot/blobdiff - board/sandburst/karef/u-boot.lds.debug
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / board / sandburst / karef / u-boot.lds.debug
index 6b31b1e7ce3d689fc32c6773f43eae489739325c..6b99f135ada4107439b33495e7d1c9c65bdeb34c 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 : {
+       KEEP(*(SORT(.u_boot_list*)));
+  }
 
 
   __start___ex_table = .;
@@ -139,6 +141,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }