]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sandburst/metrobox/u-boot.lds.debug
Merge branch 'master' of git://git.denx.de/u-boot-usb
[karo-tx-uboot.git] / board / sandburst / metrobox / u-boot.lds.debug
index 4922bd241e74f8bbde8eed029d0a589d97c3e995..0b4192e8675576f74ba868820b8e56e6b4e214fe 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 = .;