summaryrefslogtreecommitdiff
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 012974d8eb..8bbb03561b 100644
--- a/board/siemens/pxm2/board.c
+++ b/board/siemens/pxm2/board.c
@@ -225,7 +225,7 @@ int board_eth_init(bd_t *bis)
if (!is_valid_ethaddr(factory_dat.mac))
printf("Error: no valid mac address\n");
else
- eth_setenv_enetaddr("ethaddr", factory_dat.mac);
+ eth_env_set_enetaddr("ethaddr", factory_dat.mac);
#endif /* #ifdef CONFIG_FACTORYSET */
/* Set rgmii mode and enable rmii clock to be sourced from chip */