]> git.sur5r.net Git - u-boot/blobdiff - board/RPXClassic/u-boot.lds.debug
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / board / RPXClassic / u-boot.lds.debug
index 46f2f8f7b90af0ab6b67b8c4fee1d5bb740cacb2..e88bd977d9ec82245c03fcd978952b8ccf2a0a35 100644 (file)
@@ -106,13 +106,10 @@ 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>
+       KEEP(*(SORT(.u_boot_list*)));
   }