diff options
Diffstat (limited to 'arch/arc/plat-sim/platform.c')
-rw-r--r-- | arch/arc/plat-sim/platform.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arc/plat-sim/platform.c b/arch/arc/plat-sim/platform.c index aea87389e44b..5cda56b1a2ea 100644 --- a/arch/arc/plat-sim/platform.c +++ b/arch/arc/plat-sim/platform.c | |||
@@ -20,11 +20,14 @@ | |||
20 | */ | 20 | */ |
21 | 21 | ||
22 | static const char *simulation_compat[] __initconst = { | 22 | static const char *simulation_compat[] __initconst = { |
23 | #ifdef CONFIG_ISA_ARCOMPACT | ||
23 | "snps,nsim", | 24 | "snps,nsim", |
24 | "snps,nsim_hs", | ||
25 | "snps,nsimosci", | 25 | "snps,nsimosci", |
26 | #else | ||
27 | "snps,nsim_hs", | ||
26 | "snps,nsimosci_hs", | 28 | "snps,nsimosci_hs", |
27 | "snps,zebu_hs", | 29 | "snps,zebu_hs", |
30 | #endif | ||
28 | NULL, | 31 | NULL, |
29 | }; | 32 | }; |
30 | 33 | ||