From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Wed, 13 May 2015 10:37:02 -0500 Subject: [U-Boot] [PATCH] net: phy: Add support for all targets which requires MANUAL_RELOC In-Reply-To: <3935fefdb5246db7e554989826f8b7dc651233cc.1431517237.git.michal.simek@xilinx.com> References: <3935fefdb5246db7e554989826f8b7dc651233cc.1431517237.git.michal.simek@xilinx.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- Acked-by: Joe Hershberger I'll pick this up in a bit. -Joe