* [PATCH] ARM: tegra: support big-endian kernel
@ 2015-03-18 16:00 Dmitry Osipenko
0 siblings, 0 replies; only message in thread
From: Dmitry Osipenko @ 2015-03-18 16:00 UTC (permalink / raw)
To: linux-arm-kernel
Now, after making drivers and arch code aware of big-endian CPU mode, NVIDIA
Tegra SoC supports big-endian kernel across all generations. Enable it in Kconfig.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
---
arch/arm/mach-tegra/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 5d1a318..927f6b3 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -2,6 +2,7 @@ menuconfig ARCH_TEGRA
bool "NVIDIA Tegra" if ARCH_MULTI_V7
select ARCH_REQUIRE_GPIOLIB
select ARCH_SUPPORTS_TRUSTED_FOUNDATIONS
+ select ARCH_SUPPORTS_BIG_ENDIAN
select ARM_AMBA
select ARM_GIC
select CLKSRC_MMIO
--
2.3.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-03-18 16:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-18 16:00 [PATCH] ARM: tegra: support big-endian kernel Dmitry Osipenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).