From 38b7e1fe4e6c519c3ae89092ebc05e563aa975dd Mon Sep 17 00:00:00 2001 From: Advait Jain Date: Thu, 7 Jan 2021 16:27:59 -0800 Subject: [PATCH] Remove unneccessary define. @pnikam-cad confirmed that this will no longer be needed: https://github.com/tensorflow/tensorflow/pull/46238#discussion_r553364064 --- tensorflow/lite/micro/tools/make/ext_libs/xtensa.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/lite/micro/tools/make/ext_libs/xtensa.inc b/tensorflow/lite/micro/tools/make/ext_libs/xtensa.inc index 759633ce1c9..94f0fad4ed0 100644 --- a/tensorflow/lite/micro/tools/make/ext_libs/xtensa.inc +++ b/tensorflow/lite/micro/tools/make/ext_libs/xtensa.inc @@ -11,7 +11,6 @@ ifeq ($(TARGET_ARCH), $(findstring $(TARGET_ARCH), "fusion_f1 hifi4")) PLATFORM_FLAGS = \ -DNNLIB_V2 \ - -DXTENSA_NNLIB_MAX_SCRATCH_SIZE=70*1024 \ -Wno-shadow CCFLAGS += $(PLATFORM_FLAGS)