ARM: keystone: enable big endian support

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>
This commit is contained in:
Taras Kondratiuk 2013-11-23 16:36:16 -05:00 committed by Santosh Shilimkar
parent 6ce4eac1f6
commit 89b3feefa2
1 changed files with 1 additions and 0 deletions

View 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.