diff mbox series

[1/2] MIPS: Fix typos in arch/mips/Kbuild.platforms

Message ID 1589359121-1572-1-git-send-email-chenhc@lemote.com (mailing list archive)
State Mainlined
Commit a7cf53b7abdfbf65540a569d5627a62ce118ffe9
Headers show
Series [1/2] MIPS: Fix typos in arch/mips/Kbuild.platforms | expand

Commit Message

Huacai Chen May 13, 2020, 8:38 a.m. UTC
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(-)

Comments

Thomas Bogendoerfer May 13, 2020, 11:21 a.m. UTC | #1
On Wed, May 13, 2020 at 04:38:40PM +0800, Huacai Chen wrote:
> 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(-)

applied both patches to mips-next. Thank you for fixing.

Thomas.
Huacai Chen May 14, 2020, 5:52 a.m. UTC | #2
Hi, Thomas,

On Wed, May 13, 2020 at 7:21 PM Thomas Bogendoerfer
<tsbogend@alpha.franken.de> wrote:
>
> On Wed, May 13, 2020 at 04:38:40PM +0800, Huacai Chen wrote:
> > 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(-)
>
> applied both patches to mips-next. Thank you for fixing.
It seems like there are more problems caused by your patch, due to the
lack of arch/mips/vr41xx/Makefile, all VR41XX configs cannot be build
now, including:
arch/mips/configs/workpad_defconfig
arch/mips/configs/tb0219_defconfig
arch/mips/configs/tb0287_defconfig
arch/mips/configs/tb0226_defconfig
arch/mips/configs/mpc30x_defconfig
arch/mips/configs/capcella_defconfig
arch/mips/configs/e55_defconfig

And I don't know how to fix...
>
> Thomas.
>
> --
> Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
> good idea.                                                [ RFC1925, 2.3 ]
Huacai
Thomas Bogendoerfer May 14, 2020, 11:13 a.m. UTC | #3
On Thu, May 14, 2020 at 01:52:14PM +0800, Huacai Chen wrote:
> Hi, Thomas,
> 
> On Wed, May 13, 2020 at 7:21 PM Thomas Bogendoerfer
> <tsbogend@alpha.franken.de> wrote:
> >
> > On Wed, May 13, 2020 at 04:38:40PM +0800, Huacai Chen wrote:
> > > 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(-)
> >
> > applied both patches to mips-next. Thank you for fixing.
> It seems like there are more problems caused by your patch, due to the
> lack of arch/mips/vr41xx/Makefile, all VR41XX configs cannot be build
> now, including:
> arch/mips/configs/workpad_defconfig
> arch/mips/configs/tb0219_defconfig
> arch/mips/configs/tb0287_defconfig
> arch/mips/configs/tb0226_defconfig
> arch/mips/configs/mpc30x_defconfig
> arch/mips/configs/capcella_defconfig
> arch/mips/configs/e55_defconfig
> 
> And I don't know how to fix...

adding a Makefile solves it ;-) I've sent a patch for that.

Thomas.
diff mbox series

Patch

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