]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitd12711cad0448608bf6da65c05ba7aef4f934c66
tree30e56d39a99e2bd49237472f4545e249704764f2
parent9bc0f7087172ce682cbe1e1ca65822444e560107
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