mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
f10b4006a6
The SST26VF064BEUI spi-nor flash is programmed at the factory with a globally unique address stored in the SFDP vendor parameter table and it is permanently writeprotected. Retrieve the EUI-48 address and set it as ethaddr env. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
9 lines
273 B
Makefile
9 lines
273 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2017 Microchip
|
|
# Wenyou Yang <wenyou.yang@microchip.com>
|
|
|
|
obj-y += board.o
|
|
obj-$(CONFIG_I2C_EEPROM) += mac_eeprom.o
|
|
obj-$(CONFIG_SPI_FLASH_SFDP_SUPPORT) += mac-spi-nor.o
|
|
obj-$(CONFIG_DM_VIDEO) += video_display.o
|