[U-Boot] code looping in_ram in start.S

2011-07-12 Thread smitha.vanga
Hi , I am trying to bring up u-boot1.1.3 on a custom mpc8247 board, having 32MB flash and two 32 M SDRAM . See a problem after the relocation happens. The code gets relocated from Flash to RAM correctly. But when the control goes to in_ram it gets looped there And then gets reset. I have done

Re: [U-Boot] code looping in_ram in start.S

2011-07-12 Thread Marek Vasut
On Tuesday, July 12, 2011 07:42:56 AM smitha.va...@wipro.com wrote: Hi , I am trying to bring up u-boot1.1.3 on a custom mpc8247 board, having 32MB flash and two 32 M SDRAM . Can you please try a newer version (git clone git://git.denx.de/u-boot.git) See a problem after the relocation

Re: [U-Boot] code looping in_ram in start.S

2011-07-12 Thread Wolfgang Denk
Dear smitha.va...@wipro.com, In message 07acdfb8eca8ef47863a613bc01bbb2203243...@hyd-mkd-mbx02.wipro.com you wrote: I am trying to bring up u-boot1.1.3 on a custom mpc8247 board, having 32MB flash and two 32 M SDRAM . See a problem after the relocation happens. The code gets relocated from