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 <martin.hoff@silabs.com>
This commit is contained in:
Martin Hoff 2025-04-24 10:33:22 +02:00 committed by Benjamin Cabé
commit eac798fc51

View file

@ -7,7 +7,4 @@ if SOC_FAMILY_MAX32
rsource "Kconfig.defconfig.max*"
config SRAM_VECTOR_TABLE
default y
endif # SOC_FAMILY_MAX32