From 5271920485af86b89fde74be4ff7f535f431c4d0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 25 Jul 2014 15:19:49 +0200 Subject: disable microblaze for uClibc*, fix flash boot related issues --- target/microblaze/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/microblaze/Makefile') diff --git a/target/microblaze/Makefile b/target/microblaze/Makefile index d4884ae0d..ebde025f2 100644 --- a/target/microblaze/Makefile +++ b/target/microblaze/Makefile @@ -65,8 +65,8 @@ kernel-strip: kernel-install: kernel-strip @cp $(KERNEL) $(FW_DIR)/$(TARGET_KERNEL) ifeq ($(ADK_TARGET_FS),squashfs) - env PATH=$(HOST_PATH) qemu-img create -f raw $(FW_DIR)/$(ROOTFSSQUASHFS) $(ADK_TARGET_MTD_SIZE) >/dev/null 2>&1 - dd conv=notrunc if=$(BUILD_DIR)/root.squashfs of=$(FW_DIR)/$(ROOTFSSQUASHFS) >/dev/null 2>&1 + env PATH=$(HOST_PATH) qemu-img create -f raw $(FW_DIR)/$(ROOTFSSQUASHFS) $(ADK_TARGET_MTD_SIZE) + dd conv=notrunc if=$(BUILD_DIR)/root.squashfs of=$(FW_DIR)/$(ROOTFSSQUASHFS) endif # filesystem specific targets @@ -80,7 +80,7 @@ ifeq ($(ADK_TARGET_FS),initramfspiggyback) imageinstall: createinitramfs targethelp endif ifeq ($(ADK_TARGET_FS),squashfs) -imageinstall: kernel-install $(BUILD_DIR)/root.squashfs targethelp +imageinstall: $(BUILD_DIR)/root.squashfs kernel-install targethelp endif ifeq ($(ADK_TARGET_FS),jffs2) imageinstall: kernel-install $(FW_DIR)/$(ROOTFSJFFS2) targethelp -- cgit v1.2.3