From 2e9197ffb6721c1b5bbd52f92d62a3bbed37dacb Mon Sep 17 00:00:00 2001
From: dam1n19 <dam1n19@soton.ac.uk>
Date: Wed, 5 Jul 2023 22:50:11 +0100
Subject: [PATCH] Removed MEM_INIT variable from lint

---
 makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile
index 4efba84..16eaac2 100644
--- a/makefile
+++ b/makefile
@@ -18,7 +18,7 @@ LINT_INFO_DIR = $(SOCLABS_SOCDEBUG_TECH_DIR)/hal
 DESIGN_VC   ?= $(SOCLABS_SOCDEBUG_TECH_DIR)/flist/socdebug.flist
 
 # Defines
-DEFINES_VC  += $(MEM_INIT) +define+CORTEX_M0 +define+USE_TARMAC 
+DEFINES_VC  += +define+CORTEX_M0 +define+USE_TARMAC 
 
 # Lint Waivers
 HAL_WAIVE = -design_info $(LINT_INFO_DIR)/socdebug_controller_ip.waive
-- 
GitLab