aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/mach-mxs.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mxs/mach-mxs.c')
-rw-r--r--arch/arm/mach-mxs/mach-mxs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/mach-mxs.c b/arch/arm/mach-mxs/mach-mxs.c
index 4748ec551a6..d61b915ce52 100644
--- a/arch/arm/mach-mxs/mach-mxs.c
+++ b/arch/arm/mach-mxs/mach-mxs.c
@@ -211,7 +211,7 @@ static void __init update_fec_mac_prop(enum mac_oui oui)
211 macaddr[4] = (val >> 8) & 0xff; 211 macaddr[4] = (val >> 8) & 0xff;
212 macaddr[5] = (val >> 0) & 0xff; 212 macaddr[5] = (val >> 0) & 0xff;
213 213
214 prom_update_property(np, newmac); 214 of_update_property(np, newmac);
215 } 215 }
216} 216}
217 217