All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] MIPS: Fix typos in arch/mips/Kbuild.platforms
@ 2020-05-13  8:38 Huacai Chen
  2020-05-13  8:38 ` [PATCH 2/2] MIPS: Fix "make clean" error due to recent changes Huacai Chen
  2020-05-13 11:21 ` [PATCH 1/2] MIPS: Fix typos in arch/mips/Kbuild.platforms Thomas Bogendoerfer
  0 siblings, 2 replies; 5+ messages in thread
From: Huacai Chen @ 2020-05-13  8:38 UTC (permalink / raw)
  To: Thomas Bogendoerfer
  Cc: linux-mips, Fuxin Zhang, Zhangjin Wu, Huacai Chen, Jiaxun Yang,
	Huacai Chen

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>
---
 arch/mips/Kbuild.platforms | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/mips/Kbuild.platforms b/arch/mips/Kbuild.platforms
index 5e3f6ed..c7368a8 100644
--- a/arch/mips/Kbuild.platforms
+++ b/arch/mips/Kbuild.platforms
@@ -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
-- 
2.7.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-14 11:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-13  8:38 [PATCH 1/2] MIPS: Fix typos in arch/mips/Kbuild.platforms Huacai Chen
2020-05-13  8:38 ` [PATCH 2/2] MIPS: Fix "make clean" error due to recent changes Huacai Chen
2020-05-13 11:21 ` [PATCH 1/2] MIPS: Fix typos in arch/mips/Kbuild.platforms Thomas Bogendoerfer
2020-05-14  5:52   ` Huacai Chen
2020-05-14 11:13     ` Thomas Bogendoerfer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.