diff options
| author | Kory Maincent (TI.com) <[email protected]> | 2025-10-30 17:44:55 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-03 10:02:38 -0600 |
| commit | 4c9d907eef08f9c23c8136f4e957e2e5ed8028c2 (patch) | |
| tree | 2df3087a31259bfd441eb59242886380187fd030 | |
| parent | d7d05f86fc4c6f4f84a216a237c47a9bdba5c73f (diff) | |
board: ti: Exclude cape detection from xPL builds
Disable cape detection functionality in xPL images to reduce size and
complexity in the early boot stage.
Signed-off-by: Kory Maincent (TI.com) <[email protected]>
| -rw-r--r-- | board/ti/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/common/Makefile b/board/ti/common/Makefile index caf6b9fa8c1..f58935b4103 100644 --- a/board/ti/common/Makefile +++ b/board/ti/common/Makefile @@ -2,6 +2,6 @@ # Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/ obj-${CONFIG_TI_I2C_BOARD_DETECT} += board_detect.o -obj-${CONFIG_CMD_EXTENSION} += cape_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 |
