]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cm-t35: move the eeprom code to common place
authorIgor Grinberg <grinberg@compulab.co.il>
Mon, 16 Sep 2013 18:49:58 +0000 (21:49 +0300)
committerTom Rini <trini@ti.com>
Fri, 1 Nov 2013 19:55:59 +0000 (15:55 -0400)
commit689be5f83c17af6221764ab3a3890510af3c9022
tree41415fe70d163fab056bc4a192eb1d80cea47c93
parent0178296588fe3004238c77d3dc0996d82b8c8ca1
cm-t35: move the eeprom code to common place

Compulab boards use the same eeprom code, so move the eeprom related
code to live under board/compulab/common directory.
Also make several adjustments to eeprom functions namespace, so it will
be generic for compulab boards.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Tested-by: Nikita Kiryanov <nikita@compulab.co.il>
board/compulab/cm_t35/Makefile
board/compulab/cm_t35/cm_t35.c
board/compulab/common/Makefile [new file with mode: 0644]
board/compulab/common/eeprom.c [moved from board/compulab/cm_t35/eeprom.c with 60% similarity]
board/compulab/common/eeprom.h [moved from board/compulab/cm_t35/eeprom.h with 62% similarity]