mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
be2808c3b0
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>
8 lines
154 B
Makefile
8 lines
154 B
Makefile
#
|
|
# Copyright 2015 Timesys Corporation
|
|
# Copyright 2015 General Electric Company
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := bx50v3.o vpd_reader.o
|