Skip to content

Commit

Permalink
soc: nsim: nsim em targets are EM4_FPUDA
Browse files Browse the repository at this point in the history
the nsim em targets in zephyr are configured
as EM4_FPUDA

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
  • Loading branch information
Wayne Ren authored and nashif committed Jun 26, 2019
1 parent 659fa0d commit 27fbe34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion soc/arc/snps_nsim/Kconfig.defconfig.em
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

if SOC_NSIM_EM

config CPU_EM4_DMIPS
config CPU_EM4_FPUDA
def_bool y

config NUM_IRQ_PRIO_LEVELS
Expand Down
2 changes: 1 addition & 1 deletion soc/arc/snps_nsim/Kconfig.defconfig.sem
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

if SOC_NSIM_SEM

config CPU_EM4_DMIPS
config CPU_EM4_FPUDA
def_bool y

config NUM_IRQ_PRIO_LEVELS
Expand Down

0 comments on commit 27fbe34

Please sign in to comment.