From eac798fc514bbdbba998c0c5da868158a226a790 Mon Sep 17 00:00:00 2001 From: Martin Hoff Date: Thu, 24 Apr 2025 10:33:22 +0200 Subject: [PATCH] soc: adi: remove unused symbol sram_vector_table The symbol SRAM_VECTOR_TABLE is not used in the adi/max32 soc. Removed it in order to clean up the Kconfig file and avoid confusion with the upcoming new definition of SRAM_VECTOR_TABLE symbol. (PR #87468) Signed-off-by: Martin Hoff --- soc/adi/max32/Kconfig.defconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/soc/adi/max32/Kconfig.defconfig b/soc/adi/max32/Kconfig.defconfig index 5a5fd567fc8..5b3e7d1e519 100644 --- a/soc/adi/max32/Kconfig.defconfig +++ b/soc/adi/max32/Kconfig.defconfig @@ -7,7 +7,4 @@ if SOC_FAMILY_MAX32 rsource "Kconfig.defconfig.max*" -config SRAM_VECTOR_TABLE - default y - endif # SOC_FAMILY_MAX32