soc: nsim_hs: fix the interrupt numbers

it's bug found after implementing direct irq support,
nsim_hs has the same number of interrupts available
as nsim_em

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
This commit is contained in:
Wayne Ren 2019-09-29 14:11:03 +08:00 committed by Andrew Boie
commit 56c40048ae

View file

@ -13,7 +13,7 @@ config NUM_IRQ_PRIO_LEVELS
config NUM_IRQS
# must be > the highest interrupt number used
default 20
default 30
config RGF_NUM_BANKS
default 2