[PATCH v5 07/10] configs: am69_sk_a72_defconfig: Disable PCIe boot configs

Siddharth Vadapalli s-vadapalli at ti.com
Mon Feb 16 11:28:35 CET 2026


From: Hrushikesh Salunke <h-salunke at ti.com>

AM69 SK does not contain PCIe Boot in the list of supported Boot Modes.
Hence, disable PCIe Boot related configurations that are not applicable.

Signed-off-by: Hrushikesh Salunke <h-salunke at ti.com>
Signed-off-by: Siddharth Vadapalli <s-vadapalli at ti.com>
---
 configs/am69_sk_a72_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/am69_sk_a72_defconfig b/configs/am69_sk_a72_defconfig
index 746b36a34ed..cf2881258e1 100644
--- a/configs/am69_sk_a72_defconfig
+++ b/configs/am69_sk_a72_defconfig
@@ -9,6 +9,9 @@ CONFIG_CMD_UFS=n
 CONFIG_UFS=n
 CONFIG_UFS_CADENCE=n
 CONFIG_UFS_TI_J721E=n
+CONFIG_PCI_ENDPOINT=n
+CONFIG_SPL_PCI_ENDPOINT=n
+CONFIG_SPL_PCI_DFU=n
 
 CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am69-sk"
 CONFIG_OF_LIST="ti/k3-am69-sk"
-- 
2.51.1



More information about the U-Boot mailing list