]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/linux-mtx-1-2.4.24/07-zimage-flash-bin.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / linux-mtx-1-2.4.24 / 07-zimage-flash-bin.patch
1 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
2 --- oe/tmp/work/linux-mtx-1-2.4.27-r0/linux/arch/mips/zboot/pb1xxx/Makefile     2004-10-13 21:08:49.840408328 +0200
3 +++ linux.m/arch/mips/zboot/pb1xxx/Makefile     2004-10-13 21:08:29.736464592 +0200
4 @@ -123,5 +123,7 @@
5  zImage.flash: zImage
6         $(OBJCOPY) -O srec --adjust-vma 0x3ed00000 \
7                 ../images/zImage.$(BNAME) ../images/$(BNAME).flash.srec
8 +       $(OBJCOPY) -O binary --adjust-vma 0x3ed00000 \
9 +               ../images/zImage.$(BNAME) ../images/$(BNAME).flash.bin
10  
11  include $(TOPDIR)/Rules.make