From 0ff09f5aaaf16527d75646bcc246bff94d2cf193 Mon Sep 17 00:00:00 2001 From: Victor Kamensky Date: Mon, 29 Jul 2013 22:22:45 -0700 Subject: exynos: enable big endian support Previous patches fixed endian neutral issues in Arndale BSP, so mark it as one that supports big endian Signed-off-by: Victor Kamensky --- arch/arm/mach-exynos/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 56fe819ee10b..858460734da6 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -30,6 +30,10 @@ config ARCH_EXYNOS5 help Samsung EXYNOS5 (Cortex-A15) SoC based systems +config ARCH_SUPPORTS_BIG_ENDIAN + bool + default y + comment "EXYNOS SoCs" config CPU_EXYNOS4210 -- cgit v1.2.3