diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2021-07-23 04:25:42 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-08-12 16:01:50 +0200 |
commit | 104f942b2832ab1340dab34ae2dad8b31b772788 (patch) | |
tree | 933c6ff1712ab32b18cf60e8aeabb7b686dc2ccd /arch/mips/Kbuild.platforms | |
parent | MIPS: config: generic: Add config for Marduk board (diff) | |
download | linux-104f942b2832ab1340dab34ae2dad8b31b772788.tar.xz linux-104f942b2832ab1340dab34ae2dad8b31b772788.zip |
MIPS: Retire MACH_PISTACHIO
Now it can be replaced by generic kernel.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/Kbuild.platforms')
-rw-r--r-- | arch/mips/Kbuild.platforms | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kbuild.platforms b/arch/mips/Kbuild.platforms index e4f6e49417a9..584081df89c2 100644 --- a/arch/mips/Kbuild.platforms +++ b/arch/mips/Kbuild.platforms @@ -21,7 +21,6 @@ platform-$(CONFIG_MIPS_MALTA) += mti-malta/ platform-$(CONFIG_MACH_NINTENDO64) += n64/ platform-$(CONFIG_NLM_COMMON) += netlogic/ platform-$(CONFIG_PIC32MZDA) += pic32/ -platform-$(CONFIG_MACH_PISTACHIO) += pistachio/ platform-$(CONFIG_RALINK) += ralink/ platform-$(CONFIG_MIKROTIK_RB532) += rb532/ platform-$(CONFIG_SGI_IP22) += sgi-ip22/ |