]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/nds32/cpu/n1213/u-boot.lds
Replace __bss_end__ with __bss_end
[karo-tx-uboot.git] / arch / nds32 / cpu / n1213 / u-boot.lds
index 190342062aa8ea3026e34bf4035557d46df0039c..c64d3b7236e7e963401be7d64f2f42777cb86161 100644 (file)
@@ -52,9 +52,11 @@ SECTIONS
        }
 
        . = .;
-       __u_boot_cmd_start = .;
-       .u_boot_cmd : { *(.u_boot_cmd) }
-       __u_boot_cmd_end = .;
+
+       . = ALIGN(4);
+       .u_boot_list : {
+       #include <u-boot.lst>
+       }
 
        . = ALIGN(4);
 
@@ -64,7 +66,7 @@ SECTIONS
                __bss_start = .;
                *(.bss)
                 . = ALIGN(4);
-               __bss_end__ = .;
+               __bss_end = .;
        }
 
 }