diff options
author | Anish Trivedi <anish@freescale.com> | 2011-01-06 15:50:41 -0600 |
---|---|---|
committer | Anish Trivedi <anish@freescale.com> | 2011-01-07 10:19:40 -0600 |
commit | 34b78f4a60195a1c3daf758b31620f25f6981e00 (patch) | |
tree | 86bb4833a4facb629d585733e55da8494a9bf361 /board | |
parent | 0f1af95d25b7e99c36ff50995f81b8a7ab483b83 (diff) | |
download | u-boot-imx-34b78f4a60195a1c3daf758b31620f25f6981e00.zip u-boot-imx-34b78f4a60195a1c3daf758b31620f25f6981e00.tar.gz u-boot-imx-34b78f4a60195a1c3daf758b31620f25f6981e00.tar.bz2 |
ENGR00137713 MX53 Uboot SMSC Fix order in which mac addr bytes are read from IIM
Given that an example mac addr is 00-11-22-33-44-55,
it should be fused into the IIM at the following locations:
0xC24 - 00
0xC28 - 11
0xC2C - 22
0xC30 - 33
0xC34 - 44
0xC38 - 55
Then, when reading the bytes into a mac array, it should be read as follows:
mac[0] - 00
mac[1] - 11
mac[2] - 22
mac[3] - 33
mac[4] - 44
mac[5] - 55
Previously, it was read into the array in reverse order.
Signed-off-by: Anish Trivedi <anish@freescale.com>
Diffstat (limited to 'board')
0 files changed, 0 insertions, 0 deletions