diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-04-20 14:37:24 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-05-09 18:05:57 +0200 |
commit | 1ce4530cce233edd99d66a9fcdea20c86e8536c0 (patch) | |
tree | 54a016aa20d7977947bc0679c28b1dcc22200a21 /arch/mips/emma/Platform | |
parent | 1b00767fd8e1b49685ee7237c3875b8aa998ae3b (diff) | |
download | linux-next-1ce4530cce233edd99d66a9fcdea20c86e8536c0.tar.gz |
MIPS: Remove NEC MARKEINS/EMMA
No (active) developer owns this hardware, so let's remove Linux support.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/emma/Platform')
-rw-r--r-- | arch/mips/emma/Platform | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/emma/Platform b/arch/mips/emma/Platform deleted file mode 100644 index 0282f7f99b88..000000000000 --- a/arch/mips/emma/Platform +++ /dev/null @@ -1,4 +0,0 @@ -platform-$(CONFIG_SOC_EMMA2RH) += emma/ -cflags-$(CONFIG_SOC_EMMA2RH) += \ - -I$(srctree)/arch/mips/include/asm/mach-emma2rh -load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 |