diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-02-20 14:42:18 +0100 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-06-19 14:39:26 +0200 |
commit | fd1557923b2e45a7ff4664bd88311d8239d69ca9 (patch) | |
tree | 54d973bebc5d94105e6f85b57ba52cdbb92abe97 /arch/arc/plat-arcfpga/Makefile | |
parent | ARC: [arcfpga] RIP legacy ISS based SMP extension (diff) | |
download | linux-fd1557923b2e45a7ff4664bd88311d8239d69ca9.tar.xz linux-fd1557923b2e45a7ff4664bd88311d8239d69ca9.zip |
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/plat-arcfpga/Makefile')
-rw-r--r-- | arch/arc/plat-arcfpga/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arc/plat-arcfpga/Makefile b/arch/arc/plat-arcfpga/Makefile deleted file mode 100644 index 00b1a958cec7..000000000000 --- a/arch/arc/plat-arcfpga/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2011-2012 Synopsys, Inc. (www.synopsys.com) -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# - -obj-y := platform.o |