]> git.sur5r.net Git - u-boot/blobdiff - board/cogent/u-boot.lds
mmc:sdhci:fix: Change default interrupts enabled at SDHCI initialization
[u-boot] / board / cogent / u-boot.lds
index 2393d8d8af67d02e351d843cd2f31483048561d0..2a6027f814d83ab4707c1043d888b6c5062fe9ab 100644 (file)
@@ -70,9 +70,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>
+  }
 
 
   . = .;