summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-22 13:28:51 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-22 13:28:51 -0500
commit7347729c19f83d11137932681282f80004e4dd6a (patch)
tree55e59c91ebe186025dff69893b09b9cc1fd41bed
parentcb2be41eb64f67b6fe5062f2230365a0765c1455 (diff)
versatile as default, temporary
-rw-r--r--target/config/Config.in.qemu8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.qemu b/target/config/Config.in.qemu
index 863353c77..dd00b6c14 100644
--- a/target/config/Config.in.qemu
+++ b/target/config/Config.in.qemu
@@ -32,14 +32,14 @@ choice
prompt "Qemu ARM Emulation"
depends on ADK_TARGET_SYSTEM_QEMU_ARM
-config ADK_TARGET_QEMU_ARM_MODEL_VEXPRESS_A9
- bool "ARM Ltd. Versatile Express with Cortex-A9"
- select ADK_CPU_CORTEX_A9
-
config ADK_TARGET_QEMU_ARM_MODEL_VERSATILEPB
bool "ARM Ltd. Versatile/PB with ARM926EJ-S"
select ADK_CPU_ARM926EJ_S
+config ADK_TARGET_QEMU_ARM_MODEL_VEXPRESS_A9
+ bool "ARM Ltd. Versatile Express with Cortex-A9"
+ select ADK_CPU_CORTEX_A9
+
config ADK_TARGET_QEMU_ARM_MODEL_TERRIER
bool "Xscale PXA270 Terrier PDA with XSCALE"
select ADK_CPU_XSCALE