Remove CONFIG_USE_STDINT
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 6 Aug 2018 11:47:38 +0000 (20:47 +0900)
committerTom Rini <trini@konsulko.com>
Tue, 11 Sep 2018 00:48:16 +0000 (20:48 -0400)
commit9865543ae65d7c9a435eedfc6a0ba23efb291121
tree30e56d39a99e2bd49237472f4545e249704764f2
parentde39dc71625d1a66cc611d1a85bf53545cba60a3
Remove CONFIG_USE_STDINT

You do not need to use the typedefs provided by compiler.

Our compilers are either IPL32 or LP64.  Hence, U-Boot can/should
always use int-ll64.h typedefs like Linux kernel, whatever the
typedefs the compiler internally uses.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
README
arch/sandbox/include/asm/types.h
arch/x86/include/asm/types.h
config.mk
include/compiler.h
include/inttypes.h
include/linux/types.h
scripts/config_whitelist.txt
test/stdint/test-includes.sh
tools/buildman/func_test.py