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:
parent
4c63e29aec
commit
d0d752ab78
2 changed files with 4 additions and 4 deletions
|
@ -7,16 +7,16 @@
|
|||
if SOC_NSIM
|
||||
|
||||
choice
|
||||
prompt "ARC EM Starter Kit Core Selection"
|
||||
prompt "ARC nSIM SoC Selection"
|
||||
default 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_FPU
|
||||
|
||||
config SOC_NSIM_SEM
|
||||
bool "Synopsys ARC SEM of nsim"
|
||||
bool "Synopsys ARC SEM in nSIM"
|
||||
select CPU_HAS_MPU
|
||||
select CPU_HAS_FPU
|
||||
select ARC_HAS_SECURE
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
#
|
||||
|
||||
config SOC_NSIM
|
||||
bool "Synopsys NSIM simulator for ARC EM"
|
||||
bool "Synopsys nSIM simulator for ARC cores"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue