summaryrefslogtreecommitdiff
path: root/target/config/Config.in.qemu
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-05-22 20:25:07 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-05-22 20:25:07 +0200
commit2ac4acec69505a6bc7100a842a082e320163fd02 (patch)
tree7111f4ac408d68ed52695315b34294ba39b99a2c /target/config/Config.in.qemu
parent3f77267eefa441fd95dd797e6978c025f7870069 (diff)
parent7347729c19f83d11137932681282f80004e4dd6a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config/Config.in.qemu')
-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