From: Taras Kondratiuk Date: Sat, 23 Nov 2013 21:36:16 +0000 (-0500) Subject: ARM: keystone: enable big endian support X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=89b3feefa2e0ca2ba09e637a8a23838e9561c3a2;p=linux-beck.git ARM: keystone: enable big endian support Keystone code is big endian compatible, so mark it as one that supports big endian. Note this patch just allows to select Big endian build for ARCH_KEYSTONE, but it does not enable BE by default. Signed-off-by: Taras Kondratiuk Signed-off-by: Santosh Shilimkar --- diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig index f20c53e75ed9..8a9e943a3240 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig @@ -11,6 +11,7 @@ config ARCH_KEYSTONE select ARM_ERRATA_798181 if SMP select COMMON_CLK_KEYSTONE select TI_EDMA + select ARCH_SUPPORTS_BIG_ENDIAN help Support for boards based on the Texas Instruments Keystone family of SoCs.