]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm9000 EEPROM reading bugfix
authorDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 17 Apr 2009 06:15:15 +0000 (23:15 -0700)
committerWolfgang Denk <wd@denx.de>
Mon, 27 Apr 2009 22:28:18 +0000 (00:28 +0200)
commitad74cae9ff8790727bc81ee91c6bca7d50dca446
tree3ba9368c7cbbd93c5de1e8a8784c67d7de6a194c
parentd4c02e6f5d49880123e7f584b88f857ffd874381
dm9000 EEPROM reading bugfix

Make the U-Boot dm9000 driver read addresses from EEPROM just
like Linux does ... read six bytes, instead of reading twelve
bytes and then discarding every other one.

Using the right Ethernet address is a big win.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Ben Warren <biggerbadderben@gmail.com>
drivers/net/dm9000x.c