]> git.sur5r.net Git - u-boot/blobdiff - board/sandpoint/u-boot.lds
Replace __bss_end__ with __bss_end
[u-boot] / board / sandpoint / u-boot.lds
index e382fd1a1e667de44ba416e0f03337d6de51da74..65c1dbd88e768ff9adb5c00af0c885079fb1d43c 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>
+  }
 
 
   . = .;
@@ -93,6 +95,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }