diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-05-11 09:16:22 -0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-09-30 17:48:15 -0400 |
commit | 9efac6798b20ae6b63ce244b569755f3b60d80aa (patch) | |
tree | bf19fcd137b4100371ebb5eadca850fac98de42a /arch/arc/plat-sim | |
parent | 618a9cd06dd471ac232f5b27325b24d26eba5571 (diff) |
ARCv2: Add support for ZeBu Emulation platform for HS cores
The cool thing is that same kernel image can run on
- nsim OSCI simulation platform
- SDPlite FPGA setups
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/plat-sim')
-rw-r--r-- | arch/arc/plat-sim/platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/plat-sim/platform.c b/arch/arc/plat-sim/platform.c index e4fe51456808..aea87389e44b 100644 --- a/arch/arc/plat-sim/platform.c +++ b/arch/arc/plat-sim/platform.c | |||
@@ -24,6 +24,7 @@ static const char *simulation_compat[] __initconst = { | |||
24 | "snps,nsim_hs", | 24 | "snps,nsim_hs", |
25 | "snps,nsimosci", | 25 | "snps,nsimosci", |
26 | "snps,nsimosci_hs", | 26 | "snps,nsimosci_hs", |
27 | "snps,zebu_hs", | ||
27 | NULL, | 28 | NULL, |
28 | }; | 29 | }; |
29 | 30 | ||