diff options
author | Huacai Chen <chenhc@lemote.com> | 2020-05-13 10:38:40 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-05-13 13:19:52 +0200 |
commit | a7cf53b7abdfbf65540a569d5627a62ce118ffe9 (patch) | |
tree | a02bcd14c139ad9bcdda6afe6db2e497fdc28a17 /arch/mips/Kbuild.platforms | |
parent | MIPS: Only include the platform file needed (diff) | |
download | linux-a7cf53b7abdfbf65540a569d5627a62ce118ffe9.tar.xz linux-a7cf53b7abdfbf65540a569d5627a62ce118ffe9.zip |
MIPS: Fix typos in arch/mips/Kbuild.platforms
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>
Diffstat (limited to 'arch/mips/Kbuild.platforms')
-rw-r--r-- | arch/mips/Kbuild.platforms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/Kbuild.platforms b/arch/mips/Kbuild.platforms index 5e3f6ed96292..c7368a81fd1e 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 |