Sources for nand_6410.fo in U-Boot

Benoît Ryder
Hello,
I downloaded U-Boot sources and intended to study/modify it a bit for my
own needs.
However, I cannot find sources for the binary blob
board/samsung/mini6410/nand_6410.fo provided in the archive.
According to the GPL under which U-Boot is licenced, sources for this file
should be available.
Is there a link somewhere for them?

Thanks.

Eng Halim
i think the boot loader ( u-boot ) that comes with mini6410 have some
problems with me and i used superboot-6410 to solve this problem instead of
them until i will try to compile u-boot with my own and try it again :)

Benoît Ryder
The U-Boot provided by FriendlyARM works for me, at least for simple
operations. However NAND operations (for MLC2 NANDs at least)... not so
well.

I intended to implement some custom commands and add support some U-Boot
commands disabled in FriendlyARM's U-Boot, but without the source code for
the NAND part, I'm stuck. :(