diff options
Diffstat (limited to 'target/or1k/Makefile')
-rw-r--r-- | target/or1k/Makefile | 4 |
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)' |