u-boot-brain/arch/sh/include/asm
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
..
bitops.h sh: Use the generic bitops headers 2015-11-05 10:52:09 -05:00
byteorder.h
cache.h sh4: cache: move exported cache manipulation functions into cache.c 2016-12-02 21:32:42 -05:00
config.h Drop references to CONFIG_SYS_GENERIC_BOARD in config files 2016-05-27 15:39:54 -04:00
cpu_sh2.h
cpu_sh3.h
cpu_sh4.h
cpu_sh7203.h
cpu_sh7264.h
cpu_sh7269.h
cpu_sh7706.h
cpu_sh7710.h
cpu_sh7720.h
cpu_sh7722.h
cpu_sh7723.h
cpu_sh7724.h
cpu_sh7734.h
cpu_sh7750.h
cpu_sh7752.h
cpu_sh7753.h
cpu_sh7757.h
cpu_sh7763.h
cpu_sh7780.h
cpu_sh7785.h
global_data.h
io.h sh: Use asm-generic/io.h 2017-10-02 21:52:21 -04:00
irqflags.h
linkage.h efi: Use asmlinkage for EFIAPI 2016-10-19 09:01:53 +02:00
macro.h
mmc.h Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
pci.h
posix_types.h
processor.h
ptrace.h
sections.h
string.h sh: Do not provide strncmp 2018-02-23 00:06:05 +01:00
system.h
types.h
u-boot.h sh: Fix build errors for generic board 2016-05-27 15:39:51 -04:00
unaligned-sh4a.h
unaligned.h
zimage.h