mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 08:12:06 +02:00
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>
This commit is contained in:
committed by
Tom Rini
parent
de39dc7162
commit
9865543ae6
@@ -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)
|
||||
|
Reference in New Issue
Block a user