mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
Implement calls to secure monitor to read the MAC address from e-fuse. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
8 lines
126 B
Makefile
8 lines
126 B
Makefile
#
|
|
# Copyright (c) 2016 Beniamino Galvani <b.galvani@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += board.o sm.o
|