diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-26 13:32:16 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-26 13:32:16 -0500 |
commit | 35bc84e5f9e36ed081256d1491822a7c46c9c5c0 (patch) | |
tree | 775a8098af7b26c429dfae5949e9dcf8ec7a28ae | |
parent | 812b2dc764868a8131b861d1e77204cdb9c1919f (diff) |
use
-rw-r--r-- | target/config/Config.in.tc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.tc b/target/config/Config.in.tc index 0e742dc67..478df7c8e 100644 --- a/target/config/Config.in.tc +++ b/target/config/Config.in.tc @@ -241,12 +241,12 @@ config ADK_TARGET_CPU_BFIN_BF592 select ADK_CPU_BF592 depends on ADK_TARGET_ARCH_BFIN -config ADK_TARGET_CPU_CRIS_V10 +config ADK_TARGET_CPU_CRIS_CRISV10 bool "cris v10" select ADK_CPU_CRIS_V10 depends on ADK_TARGET_ARCH_CRIS -config ADK_TARGET_CPU_CRIS_V32 +config ADK_TARGET_CPU_CRIS_CRISV32 bool "cris v32" select ADK_CPU_CRIS_V32 depends on ADK_TARGET_ARCH_CRIS |