]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: j742s2_evm_r5_defconfig: Disable PCIe boot configs
authorHrushikesh Salunke <h-salunke@ti.com>
Mon, 16 Feb 2026 10:28:36 +0000 (15:58 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 16 Mar 2026 14:24:04 +0000 (08:24 -0600)
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 <h-salunke@ti.com>
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
configs/j742s2_evm_r5_defconfig

index 2be6318df76632dd2cc5cbeebcb6ce674cd80338..036954b4085dd7580b28242e6d7a727af4db814a 100644 (file)
@@ -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"