commit | abbfcbe58eefc1accda5dd120fcfe58d244b63dd | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed May 13 13:40:40 2015 +0200 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Tue May 19 13:33:21 2015 -0500 |
tree | 9b4c9401b5c8b8f261f8078f3d046dd6e68b943d | |
parent | 793ea947703899c36a51c30e477466c49a8e9657 [diff] |
net: phy: Add support for all targets which requires MANUAL_RELOC 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 <michal.simek@xilinx.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>