diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-03-03 06:38:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-03-03 06:38:16 +0100 |
commit | 1b8b4b1839bb012877b8e98cc8932b4cf0349440 (patch) | |
tree | 997ad72134f2bf1dee6d638c3798a648f6d09734 /target/mips | |
parent | 6ec63e7445fec93fba027a70083b16cd470e5a95 (diff) |
convert to upper case symbols, remove lower case ADK_big/ADK_little
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/systems/dragino-ms14s | 2 | ||||
-rw-r--r-- | target/mips/systems/mikrotik-rb4xx | 2 | ||||
-rw-r--r-- | target/mips/systems/mikrotik-rb532 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/mips/systems/dragino-ms14s b/target/mips/systems/dragino-ms14s index d46bee961..d96d37fe0 100644 --- a/target/mips/systems/dragino-ms14s +++ b/target/mips/systems/dragino-ms14s @@ -1,8 +1,8 @@ config ADK_TARGET_SYSTEM_DRAGINO_MS14S bool "Dragino2 ms14-s" select ADK_mips - select ADK_big select ADK_dragino_ms14s + select ADK_TARGET_BIG_ENDIAN select ADK_CPU_MIPS32 select ADK_TARGET_WITH_WATCHDOG select ADK_TARGET_WITH_NAND diff --git a/target/mips/systems/mikrotik-rb4xx b/target/mips/systems/mikrotik-rb4xx index acb427c1b..d5ca50a63 100644 --- a/target/mips/systems/mikrotik-rb4xx +++ b/target/mips/systems/mikrotik-rb4xx @@ -1,8 +1,8 @@ config ADK_TARGET_SYSTEM_MIKROTIK_RB4XX bool "Mikrotik Routerboard 4xx" select ADK_mips - select ADK_big select ADK_mikrotik_rb4xx + select ADK_TARGET_BIG_ENDIAN select ADK_CPU_MIPS32 select ADK_TARGET_WITH_MINIPCI select ADK_TARGET_WITH_SERIAL diff --git a/target/mips/systems/mikrotik-rb532 b/target/mips/systems/mikrotik-rb532 index 3edda2d36..f78c5c518 100644 --- a/target/mips/systems/mikrotik-rb532 +++ b/target/mips/systems/mikrotik-rb532 @@ -1,8 +1,8 @@ config ADK_TARGET_SYSTEM_MIKROTIK_RB532 bool "Mikrotik Routerboard 532" select ADK_mips - select ADK_little select ADK_mikrotik_rb532 + select ADK_TARGET_LITTLE_ENDIAN select ADK_CPU_MIPS32 select ADK_TARGET_WITH_SERIAL select ADK_TARGET_WITH_MINIPCI |