diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-08-22 10:04:27 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-08-24 17:29:28 +0200 |
commit | 625326ea9c84872c71f90b97a9def3c01db9100f (patch) | |
tree | 71dcae0012c460d2ff9808f0f06913e775a43a6f /arch/mips/Kbuild.platforms | |
parent | 725ac66ed278f5cea418251e35ca1e289d497c6f (diff) | |
download | linux-rpi-625326ea9c84872c71f90b97a9def3c01db9100f.tar.gz linux-rpi-625326ea9c84872c71f90b97a9def3c01db9100f.tar.bz2 linux-rpi-625326ea9c84872c71f90b97a9def3c01db9100f.zip |
MIPS: Remove PNX833x alias NXP_STB22x
Remove another unused MIPS platform.
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 a13c4cf6e608..af336a274a7a 100644 --- a/arch/mips/Kbuild.platforms +++ b/arch/mips/Kbuild.platforms @@ -22,7 +22,6 @@ platform-$(CONFIG_MIPS_MALTA) += mti-malta/ platform-$(CONFIG_NLM_COMMON) += netlogic/ platform-$(CONFIG_PIC32MZDA) += pic32/ platform-$(CONFIG_MACH_PISTACHIO) += pistachio/ -platform-$(CONFIG_SOC_PNX833X) += pnx833x/ platform-$(CONFIG_RALINK) += ralink/ platform-$(CONFIG_MIKROTIK_RB532) += rb532/ platform-$(CONFIG_SGI_IP22) += sgi-ip22/ |