Re: [U-Boot] [RFC PATCH v1] powerpc: Fix off-by-one error in relocation

2014-09-09 Thread Chris Packham
Hi All, On Tue, Sep 9, 2014 at 12:22 PM, Chris Packham judge.pack...@gmail.com wrote: When the got2 pointers were adjusted after relocation the last entry was missed. For most builds was something innocuous and there was no observable problem but at least for the P2041RDB board this ended up

[U-Boot] [RFC PATCH v1] powerpc: Fix off-by-one error in relocation

2014-09-08 Thread Chris Packham
When the got2 pointers were adjusted after relocation the last entry was missed. For most builds was something innocuous and there was no observable problem but at least for the P2041RDB board this ended up being NetArpWaitTimerStart which caused the ARP packets to timeout immediately. On Mon,