mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:04:38 +02:00
[target/leon]: fix LD name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25140 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
05448b64c0
commit
6042607907
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user