Skip to content

Commit eac798f

Browse files
Martinhoff-makerkartben
authored andcommitted
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 <[email protected]>
1 parent 9126b12 commit eac798f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

soc/adi/max32/Kconfig.defconfig

-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ if SOC_FAMILY_MAX32
77

88
rsource "Kconfig.defconfig.max*"
99

10-
config SRAM_VECTOR_TABLE
11-
default y
12-
1310
endif # SOC_FAMILY_MAX32

0 commit comments

Comments
 (0)