<div>Hi,</div>
<div>I am trying to add some POST tests in the uboot for MIPS 32&nbsp;based board.As the number of tests increases i face some problems.The uboot strucks at some point.I am using the cmdline options to execute each tests.If i add eg some 5 tests it works 
fine.If i add one more then the processor hangs.I am including some c files from outside.All the tests works fine individually in uboot using command line option.If i build with all the tests, one or the other makes the system hang.
</div>
<div>I tried to debug and the statement causing the Rom Exception is </div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8003CAC8&nbsp; 0x3C1C0003&nbsp; lui&nbsp;&nbsp;&nbsp;&nbsp; $gp,0x0003</div>
<div>in the begining of one of the functions.</div>
<div>Please give me some pointers</div>
<div>&nbsp;</div>
<div>Is there any size limitation to uboot?</div>
<div>&nbsp;</div>
<div>Thanks in advance,</div>
<div>Suresh</div>