From: Anton Blanchard Date: Thu, 21 Nov 2013 05:33:55 +0000 (+1100) Subject: powerpc: allyesconfig should not select CONFIG_CPU_LITTLE_ENDIAN X-Git-Tag: v3.13-rc2~23^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=962bc221c3b1d63a461f8065bfb37122ce660119;p=pandora-kernel.git powerpc: allyesconfig should not select CONFIG_CPU_LITTLE_ENDIAN Stephen reported a failure in an allyesconfig build. CONFIG_CPU_LITTLE_ENDIAN=y gets set but his toolchain is not new enough to support little endian. We really want to default to a big endian build; Ben suggested using a choice which defaults to CPU_BIG_ENDIAN. Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed