summaryrefslogtreecommitdiff
path: root/target/or1k/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-04-14 16:27:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-04-14 16:27:49 +0200
commit47472814576cd576a54b2f1803f40987236e422c (patch)
tree80142d89ccd60d59986ce6947b64542c6221ad61 /target/or1k/Makefile
parentb66f4a62a59965967a9532846f8ee62a6779f505 (diff)
remove sim-or1k sample, bit rotted. better use qemu sample for or1k
Diffstat (limited to 'target/or1k/Makefile')
-rw-r--r--target/or1k/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/or1k/Makefile b/target/or1k/Makefile
index 5e213d3da..030c4efe6 100644
--- a/target/or1k/Makefile
+++ b/target/or1k/Makefile
@@ -27,10 +27,6 @@ endif
ifeq ($(ADK_TARGET_FS),initramfspiggyback)
targethelp:
@echo 'The kernel+initramfs file is: $(FW_DIR)/${TARGET_KERNEL}'
-ifeq ($(ADK_TARGET_SYSTEM_SIM_OR1K),y)
- @echo "Start or1ksim via:"
- @echo 'sim -f target/or1k/or1ksim.cfg $(FW_DIR)/${TARGET_KERNEL}'
-endif
ifeq ($(ADK_TARGET_QEMU),y)
@echo "Start qemu with following command line:"
@echo 'qemu-system-or1k ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL)'