diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-02-20 19:12:18 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-06-19 18:09:26 +0530 |
commit | fd1557923b2e45a7ff4664bd88311d8239d69ca9 (patch) | |
tree | 54d973bebc5d94105e6f85b57ba52cdbb92abe97 /arch/arc/boot | |
parent | 6623146cb71eb0eb582943bb35f85a90b6195fc1 (diff) | |
download | op-kernel-dev-fd1557923b2e45a7ff4664bd88311d8239d69ca9.zip op-kernel-dev-fd1557923b2e45a7ff4664bd88311d8239d69ca9.tar.gz |
ARC: [plat_arcfpga]->[plat_sim]
* Remove remanants of legacy ARC FPGA platforms (AA4, ML509...)
* Only nsim simulation platform is left, rename platform accordingly
* AA4 DT stuff is compatible with nsim for ARC700 so rename it too
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/boot')
-rw-r--r-- | arch/arc/boot/dts/Makefile | 2 | ||||
-rw-r--r-- | arch/arc/boot/dts/nsim_700.dts (renamed from arch/arc/boot/dts/angel4.dts) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arc/boot/dts/Makefile b/arch/arc/boot/dts/Makefile index faf240e..b0e3f19 100644 --- a/arch/arc/boot/dts/Makefile +++ b/arch/arc/boot/dts/Makefile @@ -1,5 +1,5 @@ # Built-in dtb -builtindtb-y := angel4 +builtindtb-y := nsim_700 ifneq ($(CONFIG_ARC_BUILTIN_DTB_NAME),"") builtindtb-y := $(patsubst "%",%,$(CONFIG_ARC_BUILTIN_DTB_NAME)) diff --git a/arch/arc/boot/dts/angel4.dts b/arch/arc/boot/dts/nsim_700.dts index 3b076fb..105a001 100644 --- a/arch/arc/boot/dts/angel4.dts +++ b/arch/arc/boot/dts/nsim_700.dts @@ -10,7 +10,7 @@ /include/ "skeleton.dtsi" / { - compatible = "snps,arc-angel4"; + compatible = "snps,nsim"; clock-frequency = <80000000>; /* 80 MHZ */ #address-cells = <1>; #size-cells = <1>; |