summaryrefslogtreecommitdiff
path: root/target/or1k/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-23 22:32:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-23 22:32:18 +0200
commitcc26385f5b3a7f99a6ca52a4328f69b2952d98af (patch)
treee90882864d55868ac07a7f9bbeed9e0d69730e14 /target/or1k/Makefile
parentdecbb27c4e0df81d832e90cadb5a9c93b8ac03fb (diff)
or1k: allow to boot linux kernel, fix compression none mode
Diffstat (limited to 'target/or1k/Makefile')
-rw-r--r--target/or1k/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/or1k/Makefile b/target/or1k/Makefile
index dc40475f7..31f8e8aab 100644
--- a/target/or1k/Makefile
+++ b/target/or1k/Makefile
@@ -27,6 +27,10 @@ endif
ifeq ($(ADK_TARGET_FS),initramfspiggyback)
targethelp:
@echo 'The kernel+initramfs file is: $(FW_DIR)/${TARGET_KERNEL}'
+ifeq ($(ADK_TARGET_SYSTEM_OR1K_SIM),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-or32 ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL)'