aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-05-03 01:00:39 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-05-03 01:00:39 +0200
commit983bebbea304f65daf5baa9a913e66ff6e8fa6ba (patch)
tree76eb88e8393b7bd589ccd7d6fad24b26998ed9a9
parentac2e2b82bc5c7228436b95b213efa9c73d669c65 (diff)
Scheduled for removal: strnicmp() which is unused
-rw-r--r--CHANGELOG6
-rw-r--r--include/linux/string.h2
-rw-r--r--lib_generic/string.c2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 561558d0e..74ef7202c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,12 @@
Changes since U-Boot 1.1.4:
======================================================================
+* Scheduled for removal: strnicmp() which is unused
+
+* Update for Intel Monahans boards:
+ - support for magic key detection and handling on delta board
+ - NAND support for zylonite board + some minor cleanup
+
* Declare load_serial_ymodem() when using CFG_CMD_LOADB.
Patch by Jon Loeliger, 01. May 2006
diff --git a/include/linux/string.h b/include/linux/string.h
index 1a45fd321..62390399b 100644
--- a/include/linux/string.h
+++ b/include/linux/string.h
@@ -38,7 +38,7 @@ extern int strcmp(const char *,const char *);
#ifndef __HAVE_ARCH_STRNCMP
extern int strncmp(const char *,const char *,__kernel_size_t);
#endif
-#ifndef __HAVE_ARCH_STRNICMP
+#if 0 /* not used - was: #ifndef __HAVE_ARCH_STRNICMP */
extern int strnicmp(const char *, const char *, __kernel_size_t);
#endif
#ifndef __HAVE_ARCH_STRCHR
diff --git a/lib_generic/string.c b/lib_generic/string.c
index 0e99d1b2b..e0b793abb 100644
--- a/lib_generic/string.c
+++ b/lib_generic/string.c
@@ -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