u-boot/board/cm_t35
Nikita Kiryanov 2ef6302f87 cm-t35: fix legacy board revision representation
Legacy eeprom layout represents the revision number syntactically
(i.e. revision 1.00 is written as 0x100). This is inconsistent with
the representation in newer layouts, where it is defined semantically
(i.e. 0x64).

This patch fixes the issue by replacing the syntactic representation
with the semantic one.

Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
2012-07-07 14:07:24 +02:00
..
Makefile cm-t35: add EEPROM module and pass Linux a serial number 2012-01-16 08:40:11 +01:00
cm_t35.c cm-t35: add I2C multi-bus support 2012-05-15 08:31:28 +02:00
eeprom.c cm-t35: fix legacy board revision representation 2012-07-07 14:07:24 +02:00
eeprom.h cm-t35: use the new EEPROM module to read the MAC address 2012-01-16 08:40:11 +01:00
leds.c omap: gpio: Adapt board files to use generic API 2011-09-13 08:25:15 +02:00