Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <ben.dooks@codethink.co.uk>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

authored by

Ben Dooks and committed by
Krzysztof Kozlowski
d3bafff7 2d0ab9c3

+1
+1
arch/arm/mach-exynos/Kconfig
··· 12 12 depends on ARCH_MULTI_V7 13 13 select ARCH_HAS_BANDGAP 14 14 select ARCH_HAS_HOLES_MEMORYMODEL 15 + select ARCH_SUPPORTS_BIG_ENDIAN 15 16 select ARM_AMBA 16 17 select ARM_GIC 17 18 select COMMON_CLK_SAMSUNG