From 47472814576cd576a54b2f1803f40987236e422c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 14 Apr 2017 16:27:49 +0200 Subject: remove sim-or1k sample, bit rotted. better use qemu sample for or1k --- target/or1k/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target/or1k/Makefile') 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)' -- cgit v1.2.3