diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-14 09:25:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-14 09:25:13 +0200 |
commit | 95995b14f48834a87cab5dd7ba3ac3482fb3598f (patch) | |
tree | ace49a5bddecefc8d445abe131c800af0d304602 /target/config | |
parent | a7bb1e09a509396b882458a95008b60b8c0e0f2b (diff) |
move ISA configuration to better place
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.mips.choice | 2 | ||||
-rw-r--r-- | target/config/Config.in.subsystem | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/target/config/Config.in.mips.choice b/target/config/Config.in.mips.choice index 71e6c8ea2..7fb09ec3c 100644 --- a/target/config/Config.in.mips.choice +++ b/target/config/Config.in.mips.choice @@ -2,7 +2,7 @@ # material, please see the LICENCE file in the top-level directory. choice ADK_TARGET_MIPS_CPU_ARCH -prompt "MIPS ISA" +prompt "ISA configuration" depends on ADK_TARGET_ARCH_MIPS config ADK_CPU_MIPS_MIPS32 diff --git a/target/config/Config.in.subsystem b/target/config/Config.in.subsystem index dab19f2b4..492bc7dc5 100644 --- a/target/config/Config.in.subsystem +++ b/target/config/Config.in.subsystem @@ -51,5 +51,3 @@ config ADK_TARGET_HUMMINGBOARD_I2EX select ADK_TARGET_WITH_SATA endchoice - - |