From ae2742dc6bf3208a308dd047bec3d9c127492966 Mon Sep 17 00:00:00 2001 From: Vincent Wan Date: Wed, 21 Aug 2019 17:43:01 -0700 Subject: [PATCH] soc: arm: ti_simplelink: Fix number of interrupt lines on CC3220SF There are only 178 interrupt lines on CC3220SF. Hence we should not set NUM_IRQS to a value exceeding that value. We are changing it to 178. Fixes #18593 Signed-off-by: Vincent Wan --- soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.cc3220sf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.cc3220sf b/soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.cc3220sf index fd0f43037b8..5063f9b0e0a 100644 --- a/soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.cc3220sf +++ b/soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.cc3220sf @@ -13,7 +13,7 @@ config NUM_IRQS int # must be >= the highest interrupt number used # This includes the NWP interrupt - default 179 + default 178 config SYS_CLOCK_HW_CYCLES_PER_SEC int