From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Thu, 14 May 2015 08:31:14 +0200 Subject: [U-Boot] [PATCH] net: phy: Add support for all targets which requires MANUAL_RELOC In-Reply-To: References: <3935fefdb5246db7e554989826f8b7dc651233cc.1431517237.git.michal.simek@xilinx.com> Message-ID: <55544132.2010107@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/13/2015 09:32 PM, Joe Hershberger wrote: > Hi Michal, > > On Wed, May 13, 2015 at 6:40 AM, Michal Simek wrote: >> Targets with CONFIG_NEEDS_MANUAL_RELOC do not use REL/RELA >> relocation (mostly only GOT) where functions aray are not >> updated. This patch is fixing function pointers passed to phy_register >> function. >> This patch was tested on Microblaze architecture. >> >> Signed-off-by: Michal Simek >> --- > > Applied to u-boot-net/next, thanks! Thanks. Hopefully this will go to 2015.07 because it is bug fix. :-) Thanks, Michal