summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
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 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