diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2016-05-08 08:30:17 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-27 15:39:47 -0400 |
commit | c7757d46958463542f3c5cc359d53769f83b9148 (patch) | |
tree | ed1ef09debacb926671168f5c7540587f5176bcb /arch/arm/mach-meson/Makefile | |
parent | bfcef28ae4cf04e7c1fd3aea1d60a17bd046f153 (diff) | |
download | u-boot-imx-c7757d46958463542f3c5cc359d53769f83b9148.zip u-boot-imx-c7757d46958463542f3c5cc359d53769f83b9148.tar.gz u-boot-imx-c7757d46958463542f3c5cc359d53769f83b9148.tar.bz2 |
arm: meson: implement calls to secure monitor
Implement calls to secure monitor to read the MAC address from e-fuse.
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Diffstat (limited to 'arch/arm/mach-meson/Makefile')
-rw-r--r-- | arch/arm/mach-meson/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-meson/Makefile b/arch/arm/mach-meson/Makefile index 44e3d63..bf49b8b 100644 --- a/arch/arm/mach-meson/Makefile +++ b/arch/arm/mach-meson/Makefile @@ -4,4 +4,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y += board.o +obj-y += board.o sm.o |