diff options
author | Ben Dooks <ben.dooks@codethink.co.uk> | 2016-06-21 11:20:26 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-08-10 15:59:09 +0200 |
commit | d3bafff783311cb2e8f4b63e45548079948df989 (patch) | |
tree | 1585fdc05dc14cef262d10aeb4d867561b62b9d0 | |
parent | 2d0ab9c36f6c7275b7fa93aa6fccaa8c9e70c95c (diff) |
ARM: EXYNOS: Enable ARCH_SUPPORTS_BIG_ENDIAN explicitly
Now the initial fixes have the big-endian code working on EXYNOS, make sure
we explicitly mark our arch as being big endian capable.
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 8f820de890b4..b085855c1d0b 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -12,6 +12,7 @@ menuconfig ARCH_EXYNOS depends on ARCH_MULTI_V7 select ARCH_HAS_BANDGAP select ARCH_HAS_HOLES_MEMORYMODEL + select ARCH_SUPPORTS_BIG_ENDIAN select ARM_AMBA select ARM_GIC select COMMON_CLK_SAMSUNG |