u-boot-brain/arch/sparc
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 serial: Use default_serial_puts() in drivers 2012-10-17 07:55:50 -07:00
include/asm Add strcasecmp() and strncasecmp() 2012-12-11 13:17:34 -07:00
lib common: Convert the U-Boot commands to LG-arrays 2012-10-22 08:29:42 -07:00
config.mk Make STANDALONE_LOAD_ADDR configurable per board 2011-04-12 22:58:32 +02:00