summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-08-06 20:47:38 +0900
committerTom Rini <trini@konsulko.com>2018-09-10 20:48:16 -0400
commit9865543ae65d7c9a435eedfc6a0ba23efb291121 (patch)
tree30e56d39a99e2bd49237472f4545e249704764f2 /config.mk
parentde39dc71625d1a66cc611d1a85bf53545cba60a3 (diff)
downloadu-boot-9865543ae65d7c9a435eedfc6a0ba23efb291121.tar.gz
u-boot-9865543ae65d7c9a435eedfc6a0ba23efb291121.tar.xz
u-boot-9865543ae65d7c9a435eedfc6a0ba23efb291121.zip
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>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.mk b/config.mk
index 78748cc04a..b4e4618982 100644
--- a/config.mk
+++ b/config.mk
@@ -62,11 +62,6 @@ ifdef FTRACE
PLATFORM_CPPFLAGS += -finstrument-functions -DFTRACE
endif
-# Allow use of stdint.h if available
-ifneq ($(USE_STDINT),)
-PLATFORM_CPPFLAGS += -DCONFIG_USE_STDINT
-endif
-
#########################################################################
RELFLAGS := $(PLATFORM_RELFLAGS)