<div>Hi,</div>
<div>&nbsp;</div>
<div>When working with a M5282EVB configuration I have noticed that initdram() (in /board/m5282evb/m5282evb.c) does not return a value. It should return the dram size.</div>
<div>This causes U-Boot to be unable to complete it&#39;s boot process since dram size is set to some garbage value.</div>
<div>&nbsp;</div>
<div>Adding the following line at the end of the function solved the problem:</div>
<div>&nbsp;</div>
<div>return (dramsize);</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>&nbsp;</div>
<div>Erez</div>