summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHrushikesh Salunke <[email protected]>2026-02-16 15:58:37 +0530
committerTom Rini <[email protected]>2026-03-16 08:24:04 -0600
commit078200f1ee1857d5a1be0c53313e9e4e6ce2a4a3 (patch)
tree0a8a5ca38b026fed32c3085532f49ad427fa2cef
parent2abd957503eb423cc30535e6e20c2b113653f5a3 (diff)
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 <[email protected]> Signed-off-by: Siddharth Vadapalli <[email protected]>
-rw-r--r--configs/j742s2_evm_a72_defconfig4
1 files changed, 4 insertions, 0 deletions
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"