u-boot 2009.06 rc2

I have put in my SD fat partition, the u-boot 2009.06 rc2, and uImage
2.6.29. But when I power on my BB, It return suddenly this error:
"unkonwn command mmcinit.Booting from NAND.." . Why?

In my Fat partition of SD I have MLO, u-boot and uImage.

Hi,

I also had this issue, its due to a recent change in uboot. "mmcinit"
was changed to "mmc init" <-- notice the space

you can change it by executing this command :
setenv bootcmd 'mmc init; fatload mmc 0 0x80300000 uImage; bootm
0x80300000'

Then save the changes
saveenv

Hope that helps
Carl.
http://www.ml-electronics.co.uk