]> git.sur5r.net Git - u-boot/blobdiff - board/westel/amx860/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / board / westel / amx860 / u-boot.lds
index 3470b437e82583a8e7b39f62451c357d488585d7..9b69d3d1e616d83c05f6cd29e2e722d50630e5f1 100644 (file)
@@ -75,9 +75,11 @@ 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>
+  }
 
 
   . = .;