]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
cm-t35: fix legacy board revision representation
authorNikita Kiryanov <nikita@compulab.co.il>
Thu, 24 May 2012 04:01:23 +0000 (04:01 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:24 +0000 (14:07 +0200)
commit2ef6302f8728d52ee4fb3b169be5dc6becae566f
tree59e1ffe70fb4a555465900e074a4ff1dc50c5336
parent6f3b300c0a324725e468f496f89372388ff5ee66
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>
board/cm_t35/eeprom.c