summaryrefslogtreecommitdiff
path: root/target/microblaze/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-27 00:20:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-27 00:20:32 +0100
commit01e0761fc16f3f3de993ec7ab4fd952c7fa2f6f3 (patch)
tree8e0b4fb3154804f970ddfb51c22829722e81d90c /target/microblaze/Makefile
parent7ad2f049e353c9027be9267a9ba3dbe870901101 (diff)
various microblaze related fixes add back some missing patches
Diffstat (limited to 'target/microblaze/Makefile')
-rw-r--r--target/microblaze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/microblaze/Makefile b/target/microblaze/Makefile
index 8bbaadedc..8555a1b01 100644
--- a/target/microblaze/Makefile
+++ b/target/microblaze/Makefile
@@ -57,7 +57,7 @@ targethelp:
@echo "The RootFS image is: $(FW_DIR)/$(ROOTFSSQUASHFS)"
ifeq ($(ADK_TARGET_QEMU),y)
@echo "Start qemu with following options:"
- @echo 'qemu-system-${ADK_TARGET_CPU_ARCH} $(QEMU_ARGS) -nographic -kernel $(FW_DIR)/$(TARGET_KERNEL) -pflash $(FW_DIR)/$(ROOTFSSQUASHFS)'
+ @echo 'qemu-system-${ADK_TARGET_CPU_ARCH} $(QEMU_ARGS) -nographic -kernel $(FW_DIR)/$(TARGET_KERNEL) -pflash $(FW_DIR)/$(ROOTFSJFFS2)'
endif
endif