summaryrefslogtreecommitdiff
path: root/target/arm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-22 17:07:23 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-22 17:07:45 -0500
commitefcca41dedb193f95ec581320d08a3e56b47d0ca (patch)
treebc31f80f3343e02bfc0d38d49bf1047324651f70 /target/arm/Makefile
parent3b568dff71e31652af0cedb8eca16faeb0787fe9 (diff)
remove Qemu stellaris support, not usabel for Linux, this was a mistake.
Diffstat (limited to 'target/arm/Makefile')
-rw-r--r--target/arm/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index 180e02e83..479ab738e 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -28,9 +28,6 @@ endif
ifeq ($(ADK_TARGET_QEMU_ARM_MODEL_VEXPRESS_A9),y)
QEMU_ARGS+=-M vexpress-a9 -cpu cortex-a9 -net user -net nic,model=lan9118
endif
-ifeq ($(ADK_TARGET_QEMU_ARM_MODEL_STELLARIS_M3),y)
-QEMU_ARGS+=-M lm3s6965evb -cpu cortex-m3
-endif
ifeq ($(ADK_TARGET_QEMU_WITH_VIRTIO),y)
QEMU_ARGS+=-drive file=qemu-${ADK_TARGET_CPU_ARCH}.img,if=virtio,index=0 -net nic,model=virtio -net user
endif