From 078200f1ee1857d5a1be0c53313e9e4e6ce2a4a3 Mon Sep 17 00:00:00 2001 From: Hrushikesh Salunke Date: Mon, 16 Feb 2026 15:58:37 +0530 Subject: configs: j742s2_evm_a72_defconfig: Disable PCIe boot configs Although the J742S2 EVM supports PCIe boot in Hardware, since it is not enabled yet in Software, disable PCIe boot related configurations that are not applicable. Signed-off-by: Hrushikesh Salunke Signed-off-by: Siddharth Vadapalli --- configs/j742s2_evm_a72_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/j742s2_evm_a72_defconfig b/configs/j742s2_evm_a72_defconfig index e534ce4c2e3..8263ab0bc4a 100644 --- a/configs/j742s2_evm_a72_defconfig +++ b/configs/j742s2_evm_a72_defconfig @@ -5,5 +5,9 @@ CONFIG_ARCH_K3=y CONFIG_SOC_K3_J784S4=y CONFIG_TARGET_J742S2_A72_EVM=y +CONFIG_PCI_ENDPOINT=n +CONFIG_SPL_PCI_ENDPOINT=n +CONFIG_SPL_PCI_DFU=n + CONFIG_DEFAULT_DEVICE_TREE="ti/k3-j742s2-evm" CONFIG_SPL_OF_LIST="ti/k3-j742s2-evm" -- cgit v1.3.1