]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_blackfin/memcpy.S
s5pc1xx: support Samsung s5pc1xx SoC
[karo-tx-uboot.git] / lib_blackfin / memcpy.S
index 24577bebdc4043a3ea54bd3d41b722b605fed585..e6b359a344b56cc45bd5da002b0008715114bc82 100644 (file)
@@ -23,6 +23,7 @@
 .align 2
 
 .globl _memcpy_ASM;
+.type _memcpy_ASM, STT_FUNC;
 _memcpy_ASM:
        CC = R2 <=  0;  /* length not positive?*/
        IF CC JUMP  .L_P1L2147483647;   /* Nothing to do */
@@ -112,3 +113,5 @@ _memcpy_ASM:
        B[P0--] = R1;
 
        RTS;
+
+.size _memcpy_ASM, .-_memcpy_ASM