Re: [U-Boot] P2041RDB: gcc 4.8.2/binutils 2.23.1 default to new GOT table layout

2014-02-12 Thread Scott Wood
On Mon, 2014-02-10 at 15:19 +, Joerg Albert wrote: > Hi, > > I've recently compiled U-Boot (fsl-sdk-v1.3.2) for P2041RDB and had a > problem with ARP requests flooding if the peer was not there. > It turned out that NetArpWaitTimerStart was not relocated to RAM, but > remained in flash, so it

[U-Boot] P2041RDB: gcc 4.8.2/binutils 2.23.1 default to new GOT table layout

2014-02-10 Thread Joerg Albert
Hi, I've recently compiled U-Boot (fsl-sdk-v1.3.2) for P2041RDB and had a problem with ARP requests flooding if the peer was not there. It turned out that NetArpWaitTimerStart was not relocated to RAM, but remained in flash, so it couldn't be updated. Looking at the global offset table, it looks