From: Michael Ellerman Date: Wed, 22 Apr 2015 05:36:50 +0000 (+1000) Subject: powerpc: Little endian should depend on PPC_BOOK3S_64 X-Git-Tag: omap-for-v4.2/fixes-rc1^2~139^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4d4add9eacf0a3e642228a22df722f00921a184;p=pandora-kernel.git powerpc: Little endian should depend on PPC_BOOK3S_64 The only little endian configuration we support is ppc64le, all other configurations are big endian. So we should only offer a choice of endian if we're building for 64-bit Book3S, ie. PPC_BOOK3S_64. Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed