From cc26385f5b3a7f99a6ca52a4328f69b2952d98af Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 23 Oct 2015 22:32:13 +0200 Subject: or1k: allow to boot linux kernel, fix compression none mode --- target/or1k/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/or1k/Makefile') 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)' -- cgit v1.2.3