summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHrushikesh Salunke <[email protected]>2026-02-16 15:58:36 +0530
committerTom Rini <[email protected]>2026-03-16 08:24:04 -0600
commit2abd957503eb423cc30535e6e20c2b113653f5a3 (patch)
tree1aac62f846570a6ebd5c9deaaee54e98a19c6c92
parentaf3800c83dc216e8d3e951cfced7c7c27ee88530 (diff)
configs: j742s2_evm_r5_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_r5_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/j742s2_evm_r5_defconfig b/configs/j742s2_evm_r5_defconfig
index 2be6318df76..036954b4085 100644
--- a/configs/j742s2_evm_r5_defconfig
+++ b/configs/j742s2_evm_r5_defconfig
@@ -5,5 +5,11 @@ CONFIG_ARCH_K3=y
CONFIG_SOC_K3_J784S4=y
CONFIG_TARGET_J742S2_R5_EVM=y
+CONFIG_SPL_PCI_ENDPOINT=n
+CONFIG_SPL_PCI_DFU=n
+CONFIG_MULTIPLEXER=n
+CONFIG_SPL_MUX_MMIO=n
+CONFIG_SPL_PHY=n
+
CONFIG_DEFAULT_DEVICE_TREE="k3-j742s2-r5-evm"
CONFIG_SPL_OF_LIST="k3-j742s2-r5-evm"