[PATCH 3/7] ARM: socfpga: support big endian for socfpga
Ben Dooks
ben.dooks at codethink.co.uk
Wed Mar 25 04:23:26 PDT 2015
Now the debug and platsmp.S are fixed for big endian, the
architecture can now advertise big endian support.
Signed-off-by: Ben Dooks <ben.dooks at codethink.co.uk>
--
CC: Linux ARM Kernel <linux-arm-kernel at lists.infradead.org>
CC: Dinh Nguyen <dinguyen at opensource.altera.com>
---
arch/arm/mach-socfpga/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig
index b5f8d75..f420a1b 100644
--- a/arch/arm/mach-socfpga/Kconfig
+++ b/arch/arm/mach-socfpga/Kconfig
@@ -1,5 +1,6 @@
config ARCH_SOCFPGA
bool "Altera SOCFPGA family" if ARCH_MULTI_V7
+ select ARCH_SUPPORTS_BIG_ENDIAN
select ARM_AMBA
select ARM_GIC
select CACHE_L2X0
--
2.1.4
More information about the linux-arm-kernel
mailing list