soc/nsim: Minor clean-up

1. Rename "nsim" to the canonical nSIM, see [1]
2. Fix SoC description - it's obviously not EMSK

[1] https://www.synopsys.com/dw/ipdir.php?ds=sim_nSIM

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
Alexey Brodkin 2019-06-03 09:59:03 +03:00 committed by Anas Nashif
commit d0d752ab78
2 changed files with 4 additions and 4 deletions

View file

@ -7,16 +7,16 @@
if SOC_NSIM if SOC_NSIM
choice choice
prompt "ARC EM Starter Kit Core Selection" prompt "ARC nSIM SoC Selection"
default SOC_NSIM_EM default SOC_NSIM_EM
config SOC_NSIM_EM config SOC_NSIM_EM
bool "Synopsys ARC EM of nsim" bool "Synopsys ARC EM in nSIM"
select CPU_HAS_MPU select CPU_HAS_MPU
select CPU_HAS_FPU select CPU_HAS_FPU
config SOC_NSIM_SEM config SOC_NSIM_SEM
bool "Synopsys ARC SEM of nsim" bool "Synopsys ARC SEM in nSIM"
select CPU_HAS_MPU select CPU_HAS_MPU
select CPU_HAS_FPU select CPU_HAS_FPU
select ARC_HAS_SECURE select ARC_HAS_SECURE

View file

@ -5,4 +5,4 @@
# #
config SOC_NSIM config SOC_NSIM
bool "Synopsys NSIM simulator for ARC EM" bool "Synopsys nSIM simulator for ARC cores"