J742S2 EVM supports PCIe boot but it is not enabled yet. Disable PCI boot related configurations that are not applicable.
Signed-off-by: Hrushikesh Salunke <[email protected]> --- configs/j742s2_evm_a72_defconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/j742s2_evm_a72_defconfig b/configs/j742s2_evm_a72_defconfig index e534ce4c2e3..3786fa5b542 100644 --- a/configs/j742s2_evm_a72_defconfig +++ b/configs/j742s2_evm_a72_defconfig @@ -5,5 +5,10 @@ CONFIG_ARCH_K3=y CONFIG_SOC_K3_J784S4=y CONFIG_TARGET_J742S2_A72_EVM=y +CONFIG_PCI_ENDPOINT=n +CONFIG_PCIE_CDNS_TI_EP=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" -- 2.34.1

