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 <vincent.wan@linaro.org>
This commit is contained in:
parent
0c378149c4
commit
ae2742dc6b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue