From 1b8b4b1839bb012877b8e98cc8932b4cf0349440 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 3 Mar 2015 06:38:16 +0100 Subject: convert to upper case symbols, remove lower case ADK_big/ADK_little --- target/mips/systems/dragino-ms14s | 2 +- target/mips/systems/mikrotik-rb4xx | 2 +- target/mips/systems/mikrotik-rb532 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'target/mips') 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 -- cgit v1.2.3