I will upload the correct version later. I am a little bit of concern of you using the version that will load on 0x600000 because your previous post about during your tftp session loading to 0x600000 hung your plug. like I explained earlier the only one time I got that condition is when I was playing with cpu cache. I am not sure what is your plug condition that may cause the session freeze so if you want to try out the production version just be sure you have some back out plan, i.e. using openocd to re-flash you old u-boot.
One option you can consider is to chain load u-boot. use you existing u-boot in NAND chain load the u-boot successful boot linux. to do that you can tftp the uploaded version to
memory address 0x800000 then flash it to
NAND storage address 0x80000. Once flash successfully you can setup you existing u-boot default load u-boot from NAND@0x80000 to Memory@0x800000. then use the "go" command just like you did in tftp session.
The version I will be uploading will be latest from Das u-boot 2011-03 with minor patches to test speed up in native mem{cpy,move} and fix a small IDE problem.
Good luck
