summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-05-30 23:25:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-05-30 23:25:02 +0200
commit7520c7959dd967992a1c69f2d491c71d5e4b7aa2 (patch)
tree11376a2d89d97f3bdbf7b712bbab69c8e9448f5e /target
parentb10823582aa87c041f8d753ab5e3fe276d1af09b (diff)
c-sky: do not depend on endian symbol
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.cpu3
1 files changed, 0 insertions, 3 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu
index 635baad43..4c49b98ec 100644
--- a/target/config/Config.in.cpu
+++ b/target/config/Config.in.cpu
@@ -437,7 +437,6 @@ config ADK_TARGET_CPU_CSKY_CK610
select ADK_TARGET_SUPPORTS_NPTL
select ADK_TARGET_WITH_MMU
depends on ADK_TARGET_ARCH_CSKY
- depends on ADK_TARGET_LITTLE_ENDIAN
config ADK_TARGET_CPU_CSKY_CK807
bool "ck807"
@@ -446,7 +445,6 @@ config ADK_TARGET_CPU_CSKY_CK807
select ADK_TARGET_SUPPORTS_NPTL
select ADK_TARGET_WITH_MMU
depends on ADK_TARGET_ARCH_CSKY
- depends on ADK_TARGET_LITTLE_ENDIAN
config ADK_TARGET_CPU_CSKY_CK810
bool "ck810"
@@ -455,7 +453,6 @@ config ADK_TARGET_CPU_CSKY_CK810
select ADK_TARGET_SUPPORTS_NPTL
select ADK_TARGET_WITH_MMU
depends on ADK_TARGET_ARCH_CSKY
- depends on ADK_TARGET_LITTLE_ENDIAN
# epiphany
config ADK_TARGET_CPU_EPIPHANY