u-boot-brain/arch/powerpc
Simon Glass b1f17bf5ff Add strcasecmp() and strncasecmp()
strncasecmp() is present as strnicmp() but disabled. Make it available
and define strcasecmp() also. There is a only a small performance penalty
to having strcasecmp() call strncasecmp(), so do this instead of a
standalone function, to save code space.

Update the prototype in arch-specific headers as needed to avoid warnings.

Signed-off-by: Simon Glass <sjg@chromium.org>
2012-12-11 13:17:34 -07:00
..
cpu mpc5200: Add SPL support 2012-12-05 17:30:51 +01:00
include/asm Add strcasecmp() and strncasecmp() 2012-12-11 13:17:34 -07:00
lib mpc5200: Add SPL support 2012-12-05 17:30:51 +01:00
config.mk powerpc: change .fixup test to a GCC version test 2012-11-26 15:41:22 -06:00