summaryrefslogtreecommitdiffstats
path: root/common/exports.c
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar@freescale.com>2015-06-28 11:03:59 +0530
committerYork Sun <yorksun@freescale.com>2015-07-20 11:44:37 -0700
commit95279315076c6f719be9ff0501a6a5addc061416 (patch)
tree08e327979c07e3ed17188a813100035c54941852 /common/exports.c
parent56c57cf7e9bc760d6d02b50f8d0b384fbb58d0fb (diff)
downloadblackbird-obmc-uboot-95279315076c6f719be9ff0501a6a5addc061416.tar.gz
blackbird-obmc-uboot-95279315076c6f719be9ff0501a6a5addc061416.zip
board/ls2085rdb: Export functions for standalone AQ FW load apps
Export functions required by Aquntia PHY firmware load application. functions are memset, strcpy, mdelay, mdio_get_current_dev, phy_find_by_mask, mdio_phydev_for_ethname and miiphy_set_current_dev Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'common/exports.c')
-rw-r--r--common/exports.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/exports.c b/common/exports.c
index 333107c74c..b4f1f7af15 100644
--- a/common/exports.c
+++ b/common/exports.c
@@ -16,6 +16,13 @@ unsigned long get_version(void)
#define EXPORT_FUNC(f, a, x, ...) gd->jt->x = f;
+#ifndef CONFIG_PHY_AQUANTIA
+# define mdio_get_current_dev dummy
+# define phy_find_by_mask dummy
+# define mdio_phydev_for_ethname dummy
+# define miiphy_set_current_dev dummy
+#endif
+
void jumptable_init(void)
{
gd->jt = malloc(sizeof(struct jt_funcs));
OpenPOWER on IntegriCloud