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 <gustavo.denardin@gmail.com>
This commit is contained in:
Gustavo Denardin 2017-02-23 14:44:14 -03:00 committed by Kumar Gala
commit 5295191b28
2 changed files with 2 additions and 2 deletions

View file

@ -19,6 +19,6 @@ config FLASH_SIZE
config NUM_IRQS
int
default 85
default 82
endif # SOC_STM32F407XX

View file

@ -19,6 +19,6 @@ config FLASH_SIZE
config NUM_IRQS
int
default 85
default 91
endif # SOC_STM32F429XX