]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_blackfin/memmove.S
driver/fsl_pci: Add fsl_pci_init_port function to initialize a PCI controller
[karo-tx-uboot.git] / lib_blackfin / memmove.S
index 46f79ed18dcf67e44b2f73dd759dee5a8e6a73cf..e385c4f6f5affd2c220d9456e69cc1b2106e173b 100644 (file)
@@ -31,6 +31,7 @@
  */
 
 .globl _memmove;
+.type _memmove, STT_FUNC;
 _memmove:
        I1 = P3;
        P0 = R0;                  /* P0 = To address */
@@ -91,3 +92,5 @@ _memmove:
 .Lno_loop: B[P0] = R1;
        P3 = I1;
        RTS;
+
+.size _memmove, .-_memmove