[PATCH] microblaze: Removed U-Boot image creation from simpleImage rule

From: Eli Billauer
Date: Thu Aug 04 2011 - 11:53:47 EST


The simpleImage rule used to create a U-boot image as well, resulting in
a build error if the mkimage utility wasn't set up. A line in the Makefile
was removed, so "make simpleImage.(something)" now does what one should expect.
---
arch/microblaze/boot/Makefile | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/microblaze/boot/Makefile b/arch/microblaze/boot/Makefile
index 4c4e58e..2c8a2c9 100644
--- a/arch/microblaze/boot/Makefile
+++ b/arch/microblaze/boot/Makefile
@@ -44,7 +44,6 @@ quiet_cmd_uimage = UIMAGE $@.ub
$(obj)/simpleImage.%: vmlinux FORCE
$(call if_changed,cp,.unstrip)
$(call if_changed,objcopy)
- $(call if_changed,uimage)
$(call if_changed,strip)
@echo 'Kernel: $@ is ready' ' (#'`cat .version`')'

--
1.7.2.2


--
Web: http://www.billauer.co.il

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/