]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cm-t35: use the new EEPROM module to read the MAC address
authorNikita Kiryanov <nikita@compulab.co.il>
Thu, 12 Jan 2012 03:28:09 +0000 (03:28 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 16 Jan 2012 07:40:11 +0000 (08:40 +0100)
commite4e2bf5e4ccbe85f2fcfbb2880348228e81eb44e
tree9892feee12da510bb9b2358c82b3106580445c16
parent7d3c97d71ffe3d0cf8df00228ba18c79746fdf50
cm-t35: use the new EEPROM module to read the MAC address

Switch to the new EEPROM module and fix the problem of MAC address
being read from the wrong offset due to lack of distinction between
EEPROM layouts.

Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
board/cm_t35/cm_t35.c
board/cm_t35/eeprom.c
board/cm_t35/eeprom.h [new file with mode: 0644]