aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-mtx-1-2.4.24/07-zimage-flash-bin.patch
blob: ce13d9add7e3541befec7fa715dcbfcea73b6093 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Nurb oe/tmp/work/linux-mtx-1-2.4.27-r0/linux/arch/mips/zboot/pb1xxx/Makefile linux.m/arch/mips/zboot/pb1xxx/Makefile
--- oe/tmp/work/linux-mtx-1-2.4.27-r0/linux/arch/mips/zboot/pb1xxx/Makefile	2004-10-13 21:08:49.840408328 +0200
+++ linux.m/arch/mips/zboot/pb1xxx/Makefile	2004-10-13 21:08:29.736464592 +0200
@@ -123,5 +123,7 @@
 zImage.flash: zImage
 	$(OBJCOPY) -O srec --adjust-vma 0x3ed00000 \
 		../images/zImage.$(BNAME) ../images/$(BNAME).flash.srec
+	$(OBJCOPY) -O binary --adjust-vma 0x3ed00000 \
+		../images/zImage.$(BNAME) ../images/$(BNAME).flash.bin
 
 include $(TOPDIR)/Rules.make