Re: [U-Boot] [RESEND PATCH] net: phy: Reloc next and prev pointers inside phy_drivers

2019-03-04 Thread Joe Hershberger
On Mon, Mar 4, 2019 at 9:01 AM Michal Simek wrote: > > From: Siva Durga Prasad Paladugu > > This patch relocates the pointers inside phy_drivers incase > of manual reloc. Without this reloc, these points to invalid > pre relocation address and hence causes exception or hang. > > Signed-off-by: Si

[U-Boot] [RESEND PATCH] net: phy: Reloc next and prev pointers inside phy_drivers

2019-03-04 Thread Michal Simek
From: Siva Durga Prasad Paladugu This patch relocates the pointers inside phy_drivers incase of manual reloc. Without this reloc, these points to invalid pre relocation address and hence causes exception or hang. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- Joe as