board: ge: make VPD code common
authorMartyn Welch <martyn.welch@collabora.co.uk>
Wed, 8 Nov 2017 15:35:15 +0000 (15:35 +0000)
committerStefano Babic <sbabic@denx.de>
Mon, 20 Nov 2017 08:58:31 +0000 (09:58 +0100)
commitb418dfe16e62ffb6062e2acc5471821c011bc9cd
tree720e0579341bfc63a31843f46b2143e713f2288d
parentda5337a61cd41f3bfbaee5b78ba58676bd288073
board: ge: make VPD code common

The VPD data is used on a number of GE products. Move the parsing code to
a common location so that we can share this code.

Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk>
Acked-by: Stefano Babic <sbabic@denx.de>
board/ge/bx50v3/Makefile
board/ge/bx50v3/bx50v3.c
board/ge/bx50v3/vpd_reader.c [deleted file]
board/ge/common/Makefile [new file with mode: 0644]
board/ge/common/vpd_reader.c [new file with mode: 0644]
board/ge/common/vpd_reader.h [moved from board/ge/bx50v3/vpd_reader.h with 58% similarity]