summaryrefslogtreecommitdiffstats
path: root/target/linux/leon
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-01-27 12:52:33 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-01-27 12:52:33 +0000
commit6042607907bc52219c1717ae6f72e0270bf0033d (patch)
treea33398c4c68306bebde42375d1eb98c511c257c4 /target/linux/leon
parent05448b64c0d737d0e5cd1b3d658058ca14a92b80 (diff)
[target/leon]: fix LD name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25140 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/leon')
-rw-r--r--target/linux/leon/patches/002-sparc_uimage_target.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/leon/patches/002-sparc_uimage_target.patch b/target/linux/leon/patches/002-sparc_uimage_target.patch
index d7f2c9f89..6e25ff27d 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