MIPS: Fix typos in arch/mips/Kbuild.platforms
authorHuacai Chen <chenhc@lemote.com>
Wed, 13 May 2020 08:38:40 +0000 (16:38 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 13 May 2020 11:19:52 +0000 (13:19 +0200)
Commit 26bff9eb49201aeb ("MIPS: Only include the platform file needed")
misspelled "txx9" to "tx99", so fix it.

Fixes: 26bff9eb49201aeb ("MIPS: Only include the platform file needed")
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/Kbuild.platforms

index 5e3f6ed..c7368a8 100644 (file)
@@ -36,8 +36,8 @@ platform-$(CONFIG_SIBYTE_SB1250)      += sibyte/
 platform-$(CONFIG_SIBYTE_BCM1x55)      += sibyte/
 platform-$(CONFIG_SIBYTE_BCM1x80)      += sibyte/
 platform-$(CONFIG_SNI_RM)              += sni/
-platform-$(CONFIG_MACH_TX39XX)         += tx99/
-platform-$(CONFIG_MACH_TX49XX)         += tx99/
+platform-$(CONFIG_MACH_TX39XX)         += txx9/
+platform-$(CONFIG_MACH_TX49XX)         += txx9/
 platform-$(CONFIG_MACH_VR41XX)         += vr41xx/
 
 # include the platform specific files