Re: [PATCH 1/2] powerpc: Little endian should depend on PPC64

2015-04-21 Thread Michael Ellerman
On Tue, 2015-04-21 at 13:33 -0500, Scott Wood wrote: > On Tue, 2015-04-21 at 19:41 +1000, Michael Ellerman wrote: > > The only little endian configuration we support is ppc64le, so we > > shouldn't be asking which endian to use when building 32-bit kernels, > > they are always big endian. > > > >

Re: [PATCH 1/2] powerpc: Little endian should depend on PPC64

2015-04-21 Thread Scott Wood
On Tue, 2015-04-21 at 19:41 +1000, Michael Ellerman wrote: > The only little endian configuration we support is ppc64le, so we > shouldn't be asking which endian to use when building 32-bit kernels, > they are always big endian. > > Signed-off-by: Michael Ellerman > --- > arch/powerpc/platforms/

[PATCH 1/2] powerpc: Little endian should depend on PPC64

2015-04-21 Thread Michael Ellerman
The only little endian configuration we support is ppc64le, so we shouldn't be asking which endian to use when building 32-bit kernels, they are always big endian. Signed-off-by: Michael Ellerman --- arch/powerpc/platforms/Kconfig.cputype | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/