]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/mx5/soc.c
i.mx: i.mx5: update imx_get_mac_from_fuse function
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / mx5 / soc.c
index 1533dd872258380fe04f193d84ff186e8f7b23c4..3f5a4f726c70910bcbda382f8c34bed6c1f6d358 100644 (file)
@@ -72,7 +72,7 @@ u32 get_cpu_rev(void)
 }
 
 #if defined(CONFIG_FEC_MXC)
-void imx_get_mac_from_fuse(unsigned char *mac)
+void imx_get_mac_from_fuse(int dev_id, unsigned char *mac)
 {
        int i;
        struct iim_regs *iim = (struct iim_regs *)IMX_IIM_BASE;