[PATCH 01/13] ARM: at91: Add big endian configuration for ATSAMA5D devices
From: Jean-Christophe PLAGNIOL-VILLARD <hidden>
Date: 2015-03-19 09:03:35
From: Jean-Christophe PLAGNIOL-VILLARD <hidden>
Date: 2015-03-19 09:03:35
On 15:53 Wed 18 Mar , Ben Dooks wrote:
The ATSAMA5D devices are based on Cortex-A5 which should work in big endian configuration. Add ARCH_SUPPORTS_BIG_ENDIAN if these SoCs are configured so we can run the system big endian. Signed-off-by: Ben Dooks <redacted> -- CC: Linux ARM Kernel <redacted> CC: Andrew Victor <redacted> CC: Nicolas Ferre <redacted> CC: Jean-Christophe Plagniol-Villard
missing e-mail
CC: Russell King <redacted> --- arch/arm/mach-at91/Kconfig | 1 + 1 file changed, 1 insertion(+)diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index c74a443..05212fb 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig@@ -18,6 +18,7 @@ config HAVE_AT91_H32MX config SOC_SAMA5 bool + select ARCH_SUPPORTS_BIG_ENDIAN
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <redacted> on the whole patch serie Best Regards, J.