From 7ccbb96cbd197dfd003725c98b5eb4c68519aa4a Mon Sep 17 00:00:00 2001 From: Victor Kamensky Date: Thu, 7 Nov 2013 10:32:09 -0800 Subject: 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 Signed-off-by: Taras Kondratiuk --- arch/arm/mach-omap2/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index cb31d4390d52..e45e095ee766 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -38,6 +38,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" -- cgit v1.2.3