summaryrefslogtreecommitdiffstats
path: root/board/bf537-pnav/bf537-pnav.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/bf537-pnav/bf537-pnav.c')
-rw-r--r--board/bf537-pnav/bf537-pnav.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/bf537-pnav/bf537-pnav.c b/board/bf537-pnav/bf537-pnav.c
index c5125288cb..df0011026a 100644
--- a/board/bf537-pnav/bf537-pnav.c
+++ b/board/bf537-pnav/bf537-pnav.c
@@ -12,7 +12,6 @@
#include <netdev.h>
#include <net.h>
#include <asm/blackfin.h>
-#include <asm/net.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -27,7 +26,7 @@ int checkboard(void)
static void board_init_enetaddr(uchar *mac_addr)
{
puts("Warning: Generating 'random' MAC address\n");
- bfin_gen_rand_mac(mac_addr);
+ eth_random_addr(mac_addr);
eth_setenv_enetaddr("ethaddr", mac_addr);
}
OpenPOWER on IntegriCloud