forked from OERV-BSP/u-boot
Disable cape detection functionality in xPL images to reduce size and complexity in the early boot stage. Signed-off-by: Kory Maincent (TI.com) <kory.maincent@bootlin.com>
8 lines
302 B
Makefile
8 lines
302 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
|