fix LD name

SVN-Revision: 25140
lede-17.01
Imre Kaloz 2011-01-27 12:52:33 +00:00
parent 0f325459ea
commit ee87d99006
1 changed files with 1 additions and 1 deletions

View File

@ -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