arch: arc: Fix reference to removed NSIM Kconfig symbol

The NSIM symbol was removed in commit 9bc69a46fa ("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 commit 45221a9706 ("serial: nsim: Fix impossible-to-enable
CONFIG_UART_NSIM").

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2018-06-01 05:15:08 +02:00 committed by Anas Nashif
commit f177fb88a0

View file

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