summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Kamensky <victor.kamensky@linaro.org>2013-08-28 10:24:58 -0700
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-10-07 23:46:33 +0400
commita9f65ff6234a781fedbb04bd6cfe23291e79d3b0 (patch)
treeb8c362d8dfab16c60d3a05634acdf9d61a0bd9a1
parent6a038f9b578899e2e9cd0791bd59be103caf5eef (diff)
configs: Add config fragments for bigendian ARMV7 Linux
This patch adds config fragments to enable big endian mode for Linux kernel. Note at this point CONFIG_VIRTUALIZATION explicitly disabled - BE kernel does not work with it yet. Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org>
-rw-r--r--linaro/configs/bigendian.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/linaro/configs/bigendian.conf b/linaro/configs/bigendian.conf
new file mode 100644
index 00000000000..281fa55d91d
--- /dev/null
+++ b/linaro/configs/bigendian.conf
@@ -0,0 +1,5 @@
+CONFIG_CPU_BIG_ENDIAN=y
+CONFIG_CPU_ENDIAN_BE8=y
+CONFIG_CPU_BE8_BOOT_LE=y
+# CONFIG_VIRTUALIZATION is not set
+# CONFIG_MMC_DW_IDMAC is not set