arch: arc: Fix reference to removed NSIM Kconfig symbol
The NSIM symbol was removed in commit9bc69a46fa
("boards: Update arc em_starterkit support from 2.2 to 2.3"). Guess that UART_NSIM should be used here now, similar to what was done in commit45221a9706
("serial: nsim: Fix impossible-to-enable CONFIG_UART_NSIM"). Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
070c1ae041
commit
f177fb88a0
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ config FAULT_DUMP
|
|||
0: Off.
|
||||
|
||||
config XIP
|
||||
default n if NSIM
|
||||
default n if UART_NSIM
|
||||
default y
|
||||
|
||||
config GEN_ISR_TABLES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue