summaryrefslogtreecommitdiff
path: root/target/mips/systems
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-04-26 12:13:50 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-04-26 12:14:00 -0500
commitb740a110d070e065a1129a9612f2b1d5ff77524f (patch)
tree3907f1bf5c742a757b6e11c9c47a8bfe82ec2305 /target/mips/systems
parentcbd602d1e2f78be3c82615fb79099a1709a79b68 (diff)
refactor LINUX_64 support, hide symbol for developers of boards
Diffstat (limited to 'target/mips/systems')
-rw-r--r--target/mips/systems/dragino-ms14s2
-rw-r--r--target/mips/systems/mikrotik-rb4xx2
-rw-r--r--target/mips/systems/mikrotik-rb5322
3 files changed, 3 insertions, 3 deletions
diff --git a/target/mips/systems/dragino-ms14s b/target/mips/systems/dragino-ms14s
index 112e2cd01..67fec9b50 100644
--- a/target/mips/systems/dragino-ms14s
+++ b/target/mips/systems/dragino-ms14s
@@ -1,7 +1,7 @@
config ADK_TARGET_SYSTEM_DRAGINO_MS14S
bool "Dragino2 ms14-s"
- select ADK_TARGET_BIG_ENDIAN
select ADK_CPU_MIPS32
+ select ADK_TARGET_BIG_ENDIAN
select ADK_TARGET_WITH_WATCHDOG
select ADK_TARGET_WITH_NAND
select ADK_TARGET_WITH_SERIAL
diff --git a/target/mips/systems/mikrotik-rb4xx b/target/mips/systems/mikrotik-rb4xx
index 87886524a..3954738f4 100644
--- a/target/mips/systems/mikrotik-rb4xx
+++ b/target/mips/systems/mikrotik-rb4xx
@@ -1,7 +1,7 @@
config ADK_TARGET_SYSTEM_MIKROTIK_RB4XX
bool "Mikrotik Routerboard 4xx"
- select ADK_TARGET_BIG_ENDIAN
select ADK_CPU_MIPS32
+ select ADK_TARGET_BIG_ENDIAN
select ADK_TARGET_WITH_MINIPCI
select ADK_TARGET_WITH_SERIAL
select ADK_TARGET_WITH_WATCHDOG
diff --git a/target/mips/systems/mikrotik-rb532 b/target/mips/systems/mikrotik-rb532
index 55688d288..1fe4159fc 100644
--- a/target/mips/systems/mikrotik-rb532
+++ b/target/mips/systems/mikrotik-rb532
@@ -1,7 +1,7 @@
config ADK_TARGET_SYSTEM_MIKROTIK_RB532
bool "Mikrotik Routerboard 532"
- select ADK_TARGET_LITTLE_ENDIAN
select ADK_CPU_MIPS32
+ select ADK_TARGET_LITTLE_ENDIAN
select ADK_TARGET_WITH_SERIAL
select ADK_TARGET_WITH_MINIPCI
select ADK_TARGET_WITH_WATCHDOG