]> git.sur5r.net Git - u-boot/blobdiff - board/snmc/qs850/u-boot.lds
Merge remote-tracking branch 'u-boot-atmel/master'
[u-boot] / board / snmc / qs850 / u-boot.lds
index 9ab248a4e97f8ad12f2aefcb165360d217935c34..f57f8a0258dd11b0f395f24f623638717fd41fd6 100644 (file)
@@ -69,9 +69,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>
+  }
 
 
   . = .;