Re: [PATCH 8/9] powerpc: Add CONFIG_CPU_LITTLE_ENDIAN kernel config option.

2013-11-21 Thread Michael Ellerman
On Wed, Nov 20, 2013 at 10:15:05PM +1100, Anton Blanchard wrote: With the little endian support merged, we can add the CONFIG_CPU_LITTLE_ENDIAN kernel config option. This appears to do nothing, but the Makefile bits were already added in commit d72b080 powerpc: Add ability to build little

[PATCH 8/9] powerpc: Add CONFIG_CPU_LITTLE_ENDIAN kernel config option.

2013-11-20 Thread Anton Blanchard
With the little endian support merged, we can add the CONFIG_CPU_LITTLE_ENDIAN kernel config option. Signed-off-by: Anton Blanchard an...@samba.org --- arch/powerpc/platforms/Kconfig.cputype | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/powerpc/platforms/Kconfig.cputype