Re: [U-Boot] MPC8313ERDB board reset problem

2009-06-03 Thread Deepak Gopalakrishnan
yes i think i have found wat was the change that was causing the problem. I had changed the value of CFG_ENV_SECT_SIZE(which is present in include/config/MPC8313ERDB.h) from 0x1 to 0x2. i had to do this because while i issue the command save, i would get an error "Saving Environment to F

Re: [U-Boot] MPC8313ERDB board reset problem

2009-06-02 Thread Kim Phillips
On Tue, 2 Jun 2009 14:34:38 +0530 Deepak Gopalakrishnan wrote: > Hi im using mpc8313erdb board. and i have modified the u-boot 1.3.0 code > to suit my needs. But the problem is that now as soon as power up the > board, the initial msgs are dumped on the telnet...and then as soon as > the prom

[U-Boot] MPC8313ERDB board reset problem

2009-06-02 Thread Deepak Gopalakrishnan
Hi im using mpc8313erdb board. and i have modified the u-boot 1.3.0 code to suit my needs. But the problem is that now as soon as power up the board, the initial msgs are dumped on the telnet...and then as soon as the prompt is displayedit resetsand keeps on doing the same... the thing