]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arc/cpu/u-boot.lds
arc: make sure _start is in the beginning of .text section
[people/ms/u-boot.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*)
        }