From 5295191b283a6b46e4770b32d12811d7e02d41f4 Mon Sep 17 00:00:00 2001 From: Gustavo Denardin Date: Thu, 23 Feb 2017 14:44:14 -0300 Subject: [PATCH] arm: IRQ number correction in the soc configuration The previous file contained erroneous values of the number of IRQs in these socs. Change-Id: Ie7d2c19d86e247599f4924b95d9330175140d894 Signed-off-by: Gustavo Denardin --- arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f407xx | 2 +- arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f429xx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f407xx b/arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f407xx index f359ea5e037..2b9483c16c5 100644 --- a/arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f407xx +++ b/arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f407xx @@ -19,6 +19,6 @@ config FLASH_SIZE config NUM_IRQS int - default 85 + default 82 endif # SOC_STM32F407XX diff --git a/arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f429xx b/arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f429xx index a993cdc166a..16ee2e303c2 100644 --- a/arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f429xx +++ b/arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f429xx @@ -19,6 +19,6 @@ config FLASH_SIZE config NUM_IRQS int - default 85 + default 91 endif # SOC_STM32F429XX