diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-23 21:27:27 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-23 21:27:51 +0200 |
commit | 3002876f2629276a78120ce9f9b10b525142547e (patch) | |
tree | 329b52f91d08988c7a39ae1056c5eff0dd9db766 /target/ppc | |
parent | 4c7e914580ff3014a015d4f1eb0cd4e108e87f68 (diff) |
add support for qemu ppc bamboo
Diffstat (limited to 'target/ppc')
-rw-r--r-- | target/ppc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/ppc/Makefile b/target/ppc/Makefile index 60e7f1fc5..55eb695f3 100644 --- a/target/ppc/Makefile +++ b/target/ppc/Makefile @@ -18,6 +18,10 @@ endif ifeq ($(ADK_TARGET_QEMU_PPC_VIRTEX_ML507),y) QEMU_ARGS+=-M virtex-ml507 -m 256 -dtb $(FW_DIR)/ppc.dtb endif +ifeq ($(ADK_TARGET_QEMU_PPC_BAMBOO),y) +QEMU_ARGS+=-M bamboo +QEMU_ARGS+=-device e1000,netdev=adk0 -netdev user,id=adk0 +endif # target helper text ifeq ($(ADK_TARGET_FS),archive) |