summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-01-27 12:52:33 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-01-27 12:52:33 +0000
commitee87d99006f207e16b0d4d18f7441ee1ca026ba1 (patch)
tree465b718048b350872f9ff8129ab9a2b55d6c517f /target
parent0f325459eae511f5f413b4e12af576214a30320c (diff)
downloadmaster-31e0f0ae-ee87d99006f207e16b0d4d18f7441ee1ca026ba1.tar.gz
master-31e0f0ae-ee87d99006f207e16b0d4d18f7441ee1ca026ba1.tar.bz2
master-31e0f0ae-ee87d99006f207e16b0d4d18f7441ee1ca026ba1.zip
fix LD name
SVN-Revision: 25140
Diffstat (limited to 'target')
-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 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