]> git.sur5r.net Git - u-boot/blobdiff - board/nx823/u-boot.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[u-boot] / board / nx823 / u-boot.lds
index 25b8839540b6c03a8e92b08e0cf3cd2c6177c135..bd74d746a367f11dcb50339d9d4d57f83ea41e77 100644 (file)
@@ -66,13 +66,10 @@ SECTIONS
   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*)));
   }