Re: [U-Boot] gd_t/bd_t on ARM

2008-11-28 Thread Daniel Mack
Hi Remy, On Fri, Nov 28, 2008 at 10:39:49PM +0100, Remy Bohmer wrote: > > I'm hunting weird behaviours with the gd_t global data pointer on my > > PXA300 board board. The pointer gets set up fine in lib_arm/boot.c and > > gd->bd is filled in my board specific code. However, after the tftp > > down

Re: [U-Boot] gd_t/bd_t on ARM

2008-11-28 Thread Remy Bohmer
Hello Daniel, > I'm hunting weird behaviours with the gd_t global data pointer on my > PXA300 board board. The pointer gets set up fine in lib_arm/boot.c and > gd->bd is filled in my board specific code. However, after the tftp > download is finished, the content of these structures have been > de