]> git.sur5r.net Git - u-boot/blobdiff - board/matrix_vision/mvsmr/u-boot.lds
Merge remote-tracking branch 'u-boot-ti/master'
[u-boot] / board / matrix_vision / mvsmr / u-boot.lds
index 57c37deb8928a4db7080e9b9f51f0cab0fec232d..5a3a9eabbfd29daf1e4b0a961f60b17fb9e377cf 100644 (file)
@@ -74,9 +74,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>
+  }
 
 
   . = .;