]> git.sur5r.net Git - u-boot/blobdiff - board/esd/pmc440/u-boot-nand.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / board / esd / pmc440 / u-boot-nand.lds
index 71f0fd2c3e2a20871d85324d9e9d11f9c7840b93..6a5cef6c8c8ad1f7deef16c11aa270ea12ab09be 100644 (file)
@@ -102,10 +102,10 @@ SECTIONS
   PROVIDE (edata = .);
 
   . = .;
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
 
+  .u_boot_list : {
+               KEEP(*(SORT(.u_boot_list*)));
+  }
 
   . = .;
   __start___ex_table = .;
@@ -129,6 +129,6 @@ SECTIONS
    . = ALIGN(4);
   }
 
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }