ar71xx: add a workaround for ar8316 not always driving the TA bit to low
[openwrt.git] / target / linux / leon / patches / 002-sparc_uimage_target.patch
index d7f2c9f..6e25ff2 100644 (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
This page took 0.021684 seconds and 4 git commands to generate.