]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commite4bde5859b85957a9ff1987b788df2e424dddcb0
tree720e0579341bfc63a31843f46b2143e713f2288d
parent843083cfbff560585b7ad4f66fa421dc263d8f64
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/bx50v3/vpd_reader.h [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 [new file with mode: 0644]