
28 Jan
2011
28 Jan
'11
3:34 p.m.
Since I updated to the last u-boot version my board keeps stalling in a newly added loop in ddr3-gen.c. At the end of the function fsl_ddr_set_memctl_regs is a loop that tests an undocumented register (at least it's not in the reference manuals).
while (!(in_be32(&ddr->debug[1]) & 0x2))
See this patch seq:
http://lists.denx.de/pipermail/u-boot/2011-January/086200.html
Thanks, I'll take it out then.
bye Fabi