commit | 72e545a31b93d701a2f269ff53470186b27c51c0 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Aug 06 20:47:38 2018 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 10 20:48:16 2018 -0400 |
tree | 30e56d39a99e2bd49237472f4545e249704764f2 | |
parent | dec580dec9ef8377c1d70a812882d8657f004662 [diff] |
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>