summaryrefslogtreecommitdiff
path: root/board/dhelectronics/dh_imx6/dh_imx6.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/dhelectronics/dh_imx6/dh_imx6.c')
-rw-r--r--board/dhelectronics/dh_imx6/dh_imx6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/dhelectronics/dh_imx6/dh_imx6.c b/board/dhelectronics/dh_imx6/dh_imx6.c
index f2b14bf701a..234824b38c2 100644
--- a/board/dhelectronics/dh_imx6/dh_imx6.c
+++ b/board/dhelectronics/dh_imx6/dh_imx6.c
@@ -84,7 +84,7 @@ int board_usb_phy_mode(int port)
}
#endif
-int dh_setup_mac_address(void)
+int dh_setup_mac_address(struct eeprom_id_page *eip)
{
unsigned char enetaddr[6];
@@ -171,7 +171,7 @@ int board_late_init(void)
u32 hw_code;
char buf[16];
- dh_setup_mac_address();
+ dh_setup_mac_address(NULL);
hw_code = board_get_hwcode();