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:
parent
482b993b88
commit
56c40048ae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue