From: Ben Dooks Date: Tue, 21 Jun 2016 10:20:26 +0000 (+0100) Subject: ARM: EXYNOS: Enable ARCH_SUPPORTS_BIG_ENDIAN explicitly X-Git-Tag: v4.9-rc1~80^2~10^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d3bafff783311cb2e8f4b63e45548079948df989;p=karo-tx-linux.git ARM: EXYNOS: Enable ARCH_SUPPORTS_BIG_ENDIAN explicitly Now the initial fixes have the big-endian code working on EXYNOS, make sure we explicitly mark our arch as being big endian capable. Signed-off-by: Ben Dooks Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 8f820de890b4..b085855c1d0b 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -12,6 +12,7 @@ menuconfig ARCH_EXYNOS depends on ARCH_MULTI_V7 select ARCH_HAS_BANDGAP select ARCH_HAS_HOLES_MEMORYMODEL + select ARCH_SUPPORTS_BIG_ENDIAN select ARM_AMBA select ARM_GIC select COMMON_CLK_SAMSUNG