]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: keystone: enable big endian support
authorTaras Kondratiuk <taras.kondratiuk@linaro.org>
Sat, 23 Nov 2013 21:36:16 +0000 (16:36 -0500)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Mon, 16 Dec 2013 21:03:35 +0000 (16:03 -0500)
Keystone code is big endian compatible,
so mark it as one that supports big endian.

Note this patch just allows to select Big endian build
for ARCH_KEYSTONE, but it does not enable BE by default.

Signed-off-by: Taras Kondratiuk <taras.kondratiuk@linaro.org>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mach-keystone/Kconfig

index f20c53e75ed934d78acd1bdcb758bdf34690adfb..8a9e943a32409c0a3f8d03df2313585c50dc0dc7 100644 (file)
@@ -11,6 +11,7 @@ config ARCH_KEYSTONE
        select ARM_ERRATA_798181 if SMP
        select COMMON_CLK_KEYSTONE
        select TI_EDMA
+       select ARCH_SUPPORTS_BIG_ENDIAN
        help
          Support for boards based on the Texas Instruments Keystone family of
          SoCs.