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:
Vincent Wan 2019-08-21 17:43:01 -07:00 committed by Ioannis Glaropoulos
commit ae2742dc6b

View file

@ -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