From ee87d99006f207e16b0d4d18f7441ee1ca026ba1 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Thu, 27 Jan 2011 12:52:33 +0000 Subject: fix LD name SVN-Revision: 25140 --- target/linux/leon/patches/002-sparc_uimage_target.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/leon/patches') diff --git a/target/linux/leon/patches/002-sparc_uimage_target.patch b/target/linux/leon/patches/002-sparc_uimage_target.patch index d7f2c9f895..6e25ff27d7 100644 --- a/target/linux/leon/patches/002-sparc_uimage_target.patch +++ b/target/linux/leon/patches/002-sparc_uimage_target.patch @@ -73,7 +73,7 @@ Subject: [PATCH] SPARC: added U-Boot build target: uImage +targets += uImage +$(obj)/uImage: $(obj)/image.gz + $(call if_changed,uimage) -+ sparc-linux-ld -Tdata $(UIMAGE_FLASHADDR) -r -b binary arch/sparc/boot/uImage -o arch/sparc/boot/uImage.o ++ $(LD) -Tdata $(UIMAGE_FLASHADDR) -r -b binary arch/sparc/boot/uImage -o arch/sparc/boot/uImage.o + @echo ' Image $@ is ready' + +endif -- cgit v1.2.3