
24 Oct
2009
24 Oct
'09
1:53 p.m.
Alternatively, I have seen some unofficial u-boot ports for s3c24x0 cpu's that do support u-boot booting from NAND flash but I don't have the source code for them.
Kevin, I think this[1] is the code you are talking about. I just give it a try and it works like a charm when booting from NAND flash. They have a nand_read.c under cpu/arm920t/s3c24xx, which its object file is included just under start.o in the linker script. They also have a slightly different start.S in which they determinate if we're booting from NAND or NOR flash.
cheers,