]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
i.mx: i.mx5: update imx_get_mac_from_fuse function
authorJason Liu <jason.hui@linaro.org>
Tue, 31 Jan 2012 02:07:29 +0000 (02:07 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 12 Feb 2012 09:11:27 +0000 (10:11 +0100)
commit0d8a749950e9db6b9c82baa39e68302f69b71eb7
treef7ac5cb582992e6fd26a4aa8d21df56894fd3836
parentf353518ffb026af0ac259ae508edd9994f30d51b
i.mx: i.mx5: update imx_get_mac_from_fuse function

FEC does not work on the i.mx51/53evk board, it will hangup
In:    serial
Out:   serial
Err:   serial
Net:

After bisect, it due to the following commit:
be252b6 net: imx: Add multi-FEC support for imx_get_mac_from_fuse
has change the imx_get_mac_from_fuse fucntion prototype, but fail
to update i.mx5, here it does it.

After apply this patch, u-boot works again on i.mx51/53 evk boards.

Signed-off-by: Jason Liu <jason.hui@linaro.org>
Cc: Stefano Babic <sbabic@denx.de>
Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx5/soc.c