]> git.sur5r.net Git - u-boot/blobdiff - board/siemens/IAD210/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / board / siemens / IAD210 / u-boot.lds
index 0e78e4fd477ce6ca1fb69f620b407a8b6776fc24..c0f107319e4371ccd1628475eb7f577890042cf8 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>
+  }
 
 
   . = .;