forked from OERV-BSP/u-boot
Commit 723f8359c1 ("imx: mx7: snvs: Add an SNVS init routine") noted
that the init_snvs() call likely applies to other i.MX processors, and
this has been found to be true for i.MX8MP.
Move snvs module for future re-use.
Signed-off-by: Ian Ray <ian.ray@gehealthcare.com>
8 lines
190 B
Makefile
8 lines
190 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2015 Freescale Semiconductor, Inc.
|
|
#
|
|
|
|
obj-y := soc.o clock.o clock_slice.o ddr.o
|
|
obj-$(CONFIG_ARMV7_PSCI) += psci-mx7.o psci-suspend.o
|