aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Kamensky <victor.kamensky@linaro.org>2013-11-07 10:32:09 -0800
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-07-11 23:01:53 +0400
commit9be6cbd771d9d34ba6e9242530dd4dcc3d93338c (patch)
tree8d88a695c3dceeca4254a1ba1c43793c8bd4cc19
parentf35c53430b99a268e3c3ebd9d8abd12d3990ab52 (diff)
ARM: OMAP4: enable big endian support
Previous patches fixed big endian issues in OMAP4 code, so mark it as one that supports big endian Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org> Signed-off-by: Taras Kondratiuk <taras.kondratiuk@linaro.org>
-rw-r--r--arch/arm/mach-omap2/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 1c1ed737f7ab..44e8378223af 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -40,6 +40,7 @@ config ARCH_OMAP4
select PM_RUNTIME if CPU_IDLE
select ARM_ERRATA_754322
select ARM_ERRATA_775420
+ select ARCH_SUPPORTS_BIG_ENDIAN
config SOC_OMAP5
bool "TI OMAP5"