mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 05:56:02 +01:00
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>
7 lines
153 B
Makefile
7 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
|