]> git.sur5r.net Git - u-boot/blobdiff - board/genietv/u-boot.lds.debug
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / board / genietv / u-boot.lds.debug
index 60936aaf34e450af03eaf011615e4d62d7d0ae57..a3aeb604cc36af720aa8936c764d7c6f4e25fe9d 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 : {
+       KEEP(*(SORT(.u_boot_list*)));
+  }
 
 
   __start___ex_table = .;
@@ -136,6 +138,6 @@ SECTIONS
   {
     common/env_embedded.o (.ppcenv)
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }