]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arc/cpu/u-boot.lds
arc: make sure _start is in the beginning of .text section
[karo-tx-uboot.git] / arch / arc / cpu / u-boot.lds
index ccddbf7dc9b754997b9ae7abc81d8d3b7351a5d6..693df74061f5c1203f18668a832fb7464abce999 100644 (file)
@@ -13,6 +13,7 @@ SECTIONS
        .text : {
                *(.__text_start)
                *(.__image_copy_start)
+               arch/arc/lib/start.o (.text*)
                *(.text*)
        }