]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/RPXClassic/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / board / RPXClassic / u-boot.lds
index d0b60cf7c1079f4642fb63a032b0e40d9f9d34b3..a507d73aeb643529609b5400835c9aa8040cdf87 100644 (file)
@@ -66,9 +66,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>
+  }
 
 
   . = .;
@@ -91,6 +93,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }