my board is easyarm2200,base on LPC2210 chip,<br>today, i found a uboot.pdf in <a href="http://www.nxp.com/acrobat_download/other/uboot.pdf">http://www.nxp.com/acrobat_download/other/uboot.pdf</a><br><br>in that pdf ,it says :
<br><br>2.3 Unpack U-boot Package and add the Lpc2294 patch<br>Unpack the package, and then add the LPC2294 patch(be sure the patch file is in the src directory).<br>Proceed as follows:<br>[root@localhost src]# bunzip2 &lt; 
u-boot-1.1.3.tar.bz2 | tar xf –<br>[root@localhost src]# cd u-boot-1.1.3<br>[root@localhost u-boot-1.1.3]# patch –p1 &lt; ../u-boot-lpc2294.patch<br><br>but the u-boot-lpc2294.patch can&#39;t found in the nxp,where can i found it?
<br><br>thanks very much,please help me <br>