linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] powerpc: Little endian should depend on PPC64
@ 2015-04-21  9:41 Michael Ellerman
  2015-04-21  9:41 ` [PATCH 2/2] powerpc: Disable building the 32-bit VDSO on little endian Michael Ellerman
  2015-04-21 18:33 ` [PATCH 1/2] powerpc: Little endian should depend on PPC64 Scott Wood
  0 siblings, 2 replies; 7+ messages in thread
From: Michael Ellerman @ 2015-04-21  9:41 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: sam.mj, Anton Blanchard

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 <mpe@ellerman.id.au>
---
 arch/powerpc/platforms/Kconfig.cputype | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype
index 7264e91190be..12fc443b9d54 100644
--- a/arch/powerpc/platforms/Kconfig.cputype
+++ b/arch/powerpc/platforms/Kconfig.cputype
@@ -421,6 +421,7 @@ config CPU_BIG_ENDIAN
 
 config CPU_LITTLE_ENDIAN
 	bool "Build little endian kernel"
+	depends on PPC64
 	select PPC64_BOOT_WRAPPER
 	help
 	  Build a little endian kernel.
-- 
2.1.0

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

end of thread, other threads:[~2015-04-22  0:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-21  9:41 [PATCH 1/2] powerpc: Little endian should depend on PPC64 Michael Ellerman
2015-04-21  9:41 ` [PATCH 2/2] powerpc: Disable building the 32-bit VDSO on little endian Michael Ellerman
2015-04-21 18:36   ` Scott Wood
2015-04-22  0:30     ` Michael Ellerman
2015-04-21 22:23   ` Stephen Rothwell
2015-04-21 18:33 ` [PATCH 1/2] powerpc: Little endian should depend on PPC64 Scott Wood
2015-04-22  0:27   ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).