diff options
author | Ian Ray <ian.ray@ge.com> | 2017-08-22 09:03:54 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-09-20 15:34:59 +0200 |
commit | be2808c3b0671751827b39753e7abe7278d33c62 (patch) | |
tree | 7c817b82a1c59d322148d848d64c53317c929bb2 /board/ge/bx50v3/Makefile | |
parent | b1e8512e9dbe1771da9c3ad3ddfaf7681318fe0e (diff) |
board: ge: bx50v3: set eth0 MAC address
Define i2c mux configuration. Add new vpd_reader which is used to read
vital product data. Read VPD from EEPROM and set eth0 MAC address.
Signed-off-by: Ian Ray <ian.ray@ge.com>
Signed-off-by: Jose Alarcon <jose.alarcon@ge.com>
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 bcd149f5b0..2fff27bc77 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 +obj-y := bx50v3.o vpd_reader.o |