aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorVictor Kamensky <victor.kamensky@linaro.org>2013-11-04 16:11:08 -0800
committerGary S. Robertson <gary.robertson@linaro.org>2013-11-20 09:40:58 -0600
commit27d91d9e0b6084b89355f0f5bb59a103065a80ca (patch)
tree0c58f17df5e85e765af71a5b972e1589789c3f31 /arch
parent23672901a9dca3167b5c8120da82bd2d17534b76 (diff)
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 <victor.kamensky@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-exynos/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index ff18fc2ea46f..8a96b5eebcfd 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -22,6 +22,7 @@ config ARCH_EXYNOS4
config ARCH_EXYNOS5
bool "SAMSUNG EXYNOS5"
+ select ARCH_SUPPORTS_BIG_ENDIAN
select HAVE_ARM_SCU if SMP
select HAVE_SMP
help