]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cobra5272/u-boot.lds
Merge remote-tracking branch 'u-boot-ti/master'
[karo-tx-uboot.git] / board / cobra5272 / u-boot.lds
index c4039edf432c3445c5811c941e2be606087bc072..d054f20bce087b4476d98e8f345ed8d966313949 100644 (file)
@@ -68,9 +68,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>
+  }
 
   . = .;
   __start___ex_table = .;