diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-07 16:16:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-07 16:16:13 +0100 |
commit | aa2fbaad5880a5d5057d1ee6a64628e9b17203b1 (patch) | |
tree | 2536d359d8037d934ec8724d8f52014a1d2ae445 | |
parent | 6468225c059e88b73f3bd3a0d7ec5d93241e27fe (diff) |
if prevents the usability of symbols :(
-rw-r--r-- | target/config/Config.in.cpu | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index 2dd19dff8..b8fbcfe4d 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -2,11 +2,7 @@ # material, please see the LICENCE file in the top-level directory. choice ADK_TARGET_CPU -prompt "CPU" if ADK_TARGET_GENERIC || \ - ADK_TARGET_SYSTEM_QEMU_ALPHA || \ - ADK_TARGET_SYSTEM_QEMU_MIPS || \ - ADK_TARGET_SYSTEM_QEMU_MIPS64 || \ - ADK_TARGET_SYSTEM_QEMU_XTENSA +prompt "CPU" # aarch64 config ADK_TARGET_CPU_AARCH64_CORTEX_A53 |