From 9efac6798b20ae6b63ce244b569755f3b60d80aa Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Mon, 11 May 2015 18:46:22 +0530 Subject: 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 --- arch/arc/plat-sim/platform.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arc/plat-sim/platform.c') 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 = { "snps,nsim_hs", "snps,nsimosci", "snps,nsimosci_hs", + "snps,zebu_hs", NULL, }; -- cgit