summaryrefslogtreecommitdiff
path: root/target/microblaze
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-28 09:22:40 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-28 09:22:54 +0100
commite09726cd75a5f233793ca92f7bd09d77a72e6b05 (patch)
tree8b53382b7a6c581cc53a40e84a2478e511772dda /target/microblaze
parent7df7d00ae20f1ce312c86ac9fb6e5251e6b9a077 (diff)
various small fixes, arm vexpress disk support is working now
Diffstat (limited to 'target/microblaze')
-rw-r--r--target/microblaze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/microblaze/Makefile b/target/microblaze/Makefile
index 8555a1b01..a5c3a24e0 100644
--- a/target/microblaze/Makefile
+++ b/target/microblaze/Makefile
@@ -54,7 +54,7 @@ endif
ifeq ($(ADK_TARGET_FS),jffs2)
targethelp:
@echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}'
- @echo "The RootFS image is: $(FW_DIR)/$(ROOTFSSQUASHFS)"
+ @echo "The RootFS image is: $(FW_DIR)/$(ROOTFSJFFS2)"
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)/$(ROOTFSJFFS2)'