summaryrefslogtreecommitdiffstats
path: root/board/siemens/pxm2/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/siemens/pxm2/board.c')
-rw-r--r--board/siemens/pxm2/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/siemens/pxm2/board.c b/board/siemens/pxm2/board.c
index 264ba025b7..4d8ba3cd80 100644
--- a/board/siemens/pxm2/board.c
+++ b/board/siemens/pxm2/board.c
@@ -222,7 +222,7 @@ int board_eth_init(bd_t *bis)
struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE;
#ifdef CONFIG_FACTORYSET
int rv;
- if (!is_valid_ether_addr(factory_dat.mac))
+ if (!is_valid_ethaddr(factory_dat.mac))
printf("Error: no valid mac address\n");
else
eth_setenv_enetaddr("ethaddr", factory_dat.mac);
OpenPOWER on IntegriCloud