mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
b6cbcd6155
Introduce the auto-generated clock tree and power domain data needed to attach the am62a into the power-domain and clock frameworks of uboot Signed-off-by: Bryan Brattlof <bb@ti.com>
6 lines
153 B
Makefile
6 lines
153 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
|
|
|
|
obj-y += clk-data.o
|
|
obj-y += dev-data.o
|