mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
367ff4bc84
There is xrdc inside i.MX8ULP, we need to configure permission to make sure AP non-secure world could access the resources. Signed-off-by: Peng Fan <peng.fan@nxp.com>
7 lines
136 B
Makefile
7 lines
136 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright 2020 NXP
|
|
#
|
|
|
|
obj-y += lowlevel_init.o
|
|
obj-y += soc.o clock.o iomux.o pcc.o cgc.o rdc.o
|