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