diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2017-03-31 10:00:42 +0100 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2017-11-08 22:54:14 +0000 |
commit | 0861aa1251c749bbec4ee124ee21660c2f263da4 (patch) | |
tree | 31f779ed9d797f95e4a3fd3505a49aaaf309e4e0 /arch/mips/xilfpga/Platform | |
parent | b35565bb16a55e5b8c5067e891b7b31a4359bda6 (diff) | |
download | linux-0861aa1251c749bbec4ee124ee21660c2f263da4.tar.bz2 |
MIPS: Xilfpga: Switch to using generic defconfigs
Use the generic platform code and remove arch/mips/xilfpga
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/15847/
[jhogan@kernel.org: Update arch/mips/Makefile snippet and move to end]
Signed-off-by: James Hogan <jhogan@kernel.org>
Diffstat (limited to 'arch/mips/xilfpga/Platform')
-rw-r--r-- | arch/mips/xilfpga/Platform | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/xilfpga/Platform b/arch/mips/xilfpga/Platform deleted file mode 100644 index ed375afe3d39..000000000000 --- a/arch/mips/xilfpga/Platform +++ /dev/null @@ -1,3 +0,0 @@ -platform-$(CONFIG_MACH_XILFPGA) += xilfpga/ -cflags-$(CONFIG_MACH_XILFPGA) += -I$(srctree)/arch/mips/include/asm/mach-xilfpga -load-$(CONFIG_MACH_XILFPGA) += 0xffffffff80100000 |