Hello,
We have a custom board based on beaglebone black,
We have issue in uboot delay function.
Delay function gives more delay than expected.
oscillator freqency is 26MHz,
It seems timer2 is used for delay creating delay,
I had given delay of 30 seconds by using mdelay function, but actual delay observed is 34 seconds.
clock source for timer 2 is CLK_M_OSC (i think its valid clock).
what could be wrong in u-boot because of which this delay is wrong ?
Any suggestions/pointers will help me a lot.
Thank you,
Regards,
Ankur