]> git.sur5r.net Git - u-boot/blobdiff - lib/string.c
ARM: tam3517-common: fix nand spl boot
[u-boot] / lib / string.c
index 3a82efab6194ce394ebc57e225a17062f7e17757..29c2ca7ef6b12688ccfec0c4ec8451ad47f49e1f 100644 (file)
@@ -675,4 +675,3 @@ void *memchr_inv(const void *start, int c, size_t bytes)
        return check_bytes8(start, value, bytes % 8);
 }
 #endif
-