]> git.sur5r.net Git - u-boot/blobdiff - lib_generic/string.c
Add LSDMR (SDRAM Mode Register) definition on localbus
[u-boot] / lib_generic / string.c
index 0e99d1b2b50cc9200da6dc49de3a35a858490a90..181eda614993167894f9a172d81c1b713cd30e2b 100644 (file)
@@ -21,7 +21,7 @@
 #include <malloc.h>
 
 
-#ifndef __HAVE_ARCH_STRNICMP
+#if 0 /* not used - was: #ifndef __HAVE_ARCH_STRNICMP */
 /**
  * strnicmp - Case insensitive, length-limited string comparison
  * @s1: One string
@@ -263,7 +263,7 @@ char * strdup(const char *s)
 #ifndef __HAVE_ARCH_STRSPN
 /**
  * strspn - Calculate the length of the initial substring of @s which only
- *     contain letters in @accept
+ *     contain letters in @accept
  * @s: The string to be searched
  * @accept: The string to search for
  */