u-boot/arch/sh
Tom Rini b2a3372138 sh: Do not provide strncmp
With modern GCC, we get warnings such as:
cmd/jffs2.c: In function 'mtdparts_init':
arch/sh/include/asm/string.h:110:38:
warning: array subscript is above array bounds [-Warray-bounds]
   : "0" (__cs), "1" (__ct), "r" (__cs+__n)
                                  ~~~~^~~~

This results in a small size reduction as well.

Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
2018-02-23 00:06:05 +01:00
..
cpu sh: Use -m2a-nofpu only 2018-02-21 23:42:47 +01:00
include/asm sh: Do not provide strncmp 2018-02-23 00:06:05 +01:00
lib env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
Kconfig
Makefile
config.mk