aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/malta
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-04-05 12:36:41 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-04-05 12:36:41 +0000
commitb88f4444280ed8c543b6cd0c08e9d48a07c8d826 (patch)
tree8bcd826be64ec73e42a5b2c3f90c81425a7e2f27 /target/linux/malta
parentecc844af73170878d73fa91e55aaa80fa1abf14e (diff)
downloadupstream-b88f4444280ed8c543b6cd0c08e9d48a07c8d826.tar.gz
upstream-b88f4444280ed8c543b6cd0c08e9d48a07c8d826.tar.bz2
upstream-b88f4444280ed8c543b6cd0c08e9d48a07c8d826.zip
malta: move endianness kernel configuration to subtarget
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36209 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/malta')
-rw-r--r--target/linux/malta/config-3.81
-rw-r--r--target/linux/malta/le/config-default2
2 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/malta/config-3.8 b/target/linux/malta/config-3.8
index 80fbe60fcd..54caec7a43 100644
--- a/target/linux/malta/config-3.8
+++ b/target/linux/malta/config-3.8
@@ -35,7 +35,6 @@ CONFIG_CPU_GENERIC_DUMP_TLB=y
CONFIG_CPU_HAS_PREFETCH=y
# CONFIG_CPU_HAS_SMARTMIPS is not set
CONFIG_CPU_HAS_SYNC=y
-CONFIG_CPU_LITTLE_ENDIAN=y
CONFIG_CPU_MIPS32=y
# CONFIG_CPU_MIPS32_R1 is not set
CONFIG_CPU_MIPS32_R2=y
diff --git a/target/linux/malta/le/config-default b/target/linux/malta/le/config-default
new file mode 100644
index 0000000000..396e1b75f9
--- /dev/null
+++ b/target/linux/malta/le/config-default
@@ -0,0 +1,2 @@
+# CONFIG_CPU_BIG_ENDIAN is not set
+CONFIG_CPU_LITTLE_ENDIAN=y