diff options
author | Martyn Welch <martyn.welch@collabora.co.uk> | 2017-11-08 15:35:15 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-11-20 09:58:31 +0100 |
commit | b418dfe16e62ffb6062e2acc5471821c011bc9cd (patch) | |
tree | 720e0579341bfc63a31843f46b2143e713f2288d /board/ge/bx50v3/Makefile | |
parent | da5337a61cd41f3bfbaee5b78ba58676bd288073 (diff) |
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>
Diffstat (limited to 'board/ge/bx50v3/Makefile')
-rw-r--r-- | board/ge/bx50v3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ge/bx50v3/Makefile b/board/ge/bx50v3/Makefile index 2fff27bc77..bcd149f5b0 100644 --- a/board/ge/bx50v3/Makefile +++ b/board/ge/bx50v3/Makefile @@ -5,4 +5,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y := bx50v3.o vpd_reader.o +obj-y := bx50v3.o |