[U-Boot-Users] Infinite while loop in ppc4xx/spd_sdram.c?

2 Sep
2004
2 Sep
'04
7:46 p.m.
Hi,
Long time list reader, first time question here.
I'm reading over CVS Revision 1.6 of u-boot/u-boot/cpu/ppc4xx/spd_sdram.c and I have a question. Way down at almost the bottom of the function program_tr1() about where the rdclt_average is being calculated, there's a while loop that seems curious to me:
rdclt_average = ((max_start + max_end) >> 1); if (rdclt_average >= 0x60) while(1);
Does anyone know the reason for this, why 0x60 and why a seemingly silent hang? Thanks. Joe
7553
Age (days ago)
7553
Last active (days ago)
0 comments
1 participants
participants (1)
-
Joe Turner