From e41909a32ce915df4b31d90882843f70ac070d60 Mon Sep 17 00:00:00 2001 From: Ioannis Damigos Date: Mon, 14 Apr 2025 14:16:50 +0300 Subject: [PATCH] soc: da1469x: Drop CONFIG_SRAM_VECTOR_TABLE from default configuration Drop CONFIG_SRAM_VECTOR_TABLE from default configuration. Signed-off-by: Ioannis Damigos --- soc/renesas/smartbond/da1469x/Kconfig.defconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/soc/renesas/smartbond/da1469x/Kconfig.defconfig b/soc/renesas/smartbond/da1469x/Kconfig.defconfig index 23735aae1f4..062a40c0e4c 100644 --- a/soc/renesas/smartbond/da1469x/Kconfig.defconfig +++ b/soc/renesas/smartbond/da1469x/Kconfig.defconfig @@ -22,9 +22,6 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC config SYS_CLOCK_TICKS_PER_SEC default $(dt_node_int_prop_int,$(DT_CLOCK_SRC_PATH),clock-frequency) if SMARTBOND_TIMER -config SRAM_VECTOR_TABLE - default y - config USE_DT_CODE_PARTITION default y if MCUBOOT