summaryrefslogtreecommitdiff
path: root/target/ppc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-28 21:22:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-28 21:23:04 +0200
commitd7e9f37375d21558976c976f073efafc1acfd034 (patch)
treeb65353789364a570c250930beb6c898da2d0e479 /target/ppc
parentd88600f00056338fbfda09a8844ac6bba90a8f5b (diff)
it is mac99
Diffstat (limited to 'target/ppc')
-rw-r--r--target/ppc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ppc/Makefile b/target/ppc/Makefile
index 55eb695f3..c7999d84d 100644
--- a/target/ppc/Makefile
+++ b/target/ppc/Makefile
@@ -12,7 +12,7 @@ OSTRIP:=-R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build
QEMU_ARGS:=${ADK_QEMU_ARGS}
ifeq ($(ADK_TARGET_QEMU_PPC_MACPPC),y)
-QEMU_ARGS+=-M macppc
+QEMU_ARGS+=-M mac99
QEMU_ARGS+=-device e1000,netdev=adk0 -netdev user,id=adk0
endif
ifeq ($(ADK_TARGET_QEMU_PPC_VIRTEX_ML507),y)