diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-04-23 13:54:24 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-04-23 13:54:24 +0200 |
commit | 36f104e5caa747d568eff26b369565af57c2ffa6 (patch) | |
tree | 88079b8dc5dd3a9bcf10e36146b9639d68939736 /lib_generic | |
parent | 39f23cd90947639ac278a18ff277ec786b5ac167 (diff) | |
download | u-boot-imx-36f104e5caa747d568eff26b369565af57c2ffa6.zip u-boot-imx-36f104e5caa747d568eff26b369565af57c2ffa6.tar.gz u-boot-imx-36f104e5caa747d568eff26b369565af57c2ffa6.tar.bz2 |
[patch] use unsigned char in smc91111 driver for mac
the v_mac variable in the smc91111 driver is declared as a signed char ...
this causes problems when one of the bytes in the MAC is "signed" like 0xE0
because when it gets printed out, you get a display like:
0xFFFFFFE0 and that's no good
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'lib_generic')
0 files changed, 0 insertions, 0 deletions