test: Add ut_asserteq_mem
[oweals/u-boot.git] / config.mk
index 78748cc04a9eb63f0ebed8b00ea458047b52a17c..b4e46189822d60b2a60572f5f722e5672d123a43 100644 (file)
--- 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)