diff options
author | Ben Dooks <ben.dooks@codethink.co.uk> | 2016-06-21 06:20:26 -0400 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-08-10 09:59:09 -0400 |
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 | |||
12 | depends on ARCH_MULTI_V7 | 12 | depends on ARCH_MULTI_V7 |
13 | select ARCH_HAS_BANDGAP | 13 | select ARCH_HAS_BANDGAP |
14 | select ARCH_HAS_HOLES_MEMORYMODEL | 14 | select ARCH_HAS_HOLES_MEMORYMODEL |
15 | select ARCH_SUPPORTS_BIG_ENDIAN | ||
15 | select ARM_AMBA | 16 | select ARM_AMBA |
16 | select ARM_GIC | 17 | select ARM_GIC |
17 | select COMMON_CLK_SAMSUNG | 18 | select COMMON_CLK_SAMSUNG |