mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
Add a common helper function for doing the basic configuration required for enabling the 32k crystal on some of the TI boards. Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
9 lines
352 B
Makefile
9 lines
352 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
# Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/
|
|
|
|
obj-${CONFIG_TI_I2C_BOARD_DETECT} += board_detect.o
|
|
obj-${CONFIG_$(PHASE_)SUPPORT_EXTENSION_SCAN} += cape_detect.o
|
|
obj-${CONFIG_OF_LIBFDT} += fdt_ops.o
|
|
obj-${CONFIG_ARCH_K3} += k3-ddr.o
|
|
obj-${CONFIG_TI_K3_BOARD_LFOSC} += k3_32k_lfosc.o
|