public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] microblaze: Removed U-Boot image creation from simpleImage rule
@ 2011-08-04 15:41 Eli Billauer
  2011-08-15 12:16 ` Michal Simek
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Billauer @ 2011-08-04 15:41 UTC (permalink / raw)
  To: LKML

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-15 19:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04 15:41 [PATCH] microblaze: Removed U-Boot image creation from simpleImage rule Eli Billauer
2011-08-15 12:16 ` Michal Simek
2011-08-15 19:44   ` Eli Billauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox