diff options
| author | Chandan Nath <chandan.nath@ti.com> | 2011-09-21 01:10:32 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-12-06 21:01:01 +0100 | 
| commit | 5c45a22b9203351a32aec4600514341b91175542 (patch) | |
| tree | ab3115ecbb3df253d350da76a011eabee5f23dec /common/cmd_bdinfo.c | |
| parent | 0910d0bcb85acdf09b9dfd8ded452367b540a4ad (diff) | |
| download | olio-uboot-2014.01-5c45a22b9203351a32aec4600514341b91175542.tar.xz olio-uboot-2014.01-5c45a22b9203351a32aec4600514341b91175542.zip | |
mii: miiphy register address width change
This patch is added for PHY whose register offset value exceeds 0xFF and
cannot be used with "unsigned char" datatype in miiphy_read, miiphy_write
and miiphy_register functions. Datatype of register offset is changed to
unsigned short instead of unsigned char so that offset value greater then
0xFF can be used.
Signed-off-by: Chandan Nath <chandan.nath@ti.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'common/cmd_bdinfo.c')
0 files changed, 0 insertions, 0 deletions