summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorHrushikesh Salunke <[email protected]>2026-02-16 15:58:34 +0530
committerTom Rini <[email protected]>2026-03-16 08:24:04 -0600
commit014d9c5ac348cd7d11aa991df466b47428487c86 (patch)
tree74c137000251ee9d7435eebf6aefaea525dbb6df /configs
parent3c28bf7719130158c2acd86c45df95262b6b8fa1 (diff)
configs: am69_sk_r5_defconfig: Disable PCIe boot configs
AM69 SK does not contain PCIe Boot in the list of supported Boot Modes. Hence, disable PCIe Boot related configurations that are not applicable. Signed-off-by: Hrushikesh Salunke <[email protected]> Signed-off-by: Siddharth Vadapalli <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/am69_sk_r5_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/am69_sk_r5_defconfig b/configs/am69_sk_r5_defconfig
index 2186b9a0490..166f774aade 100644
--- a/configs/am69_sk_r5_defconfig
+++ b/configs/am69_sk_r5_defconfig
@@ -5,6 +5,12 @@ CONFIG_ARCH_K3=y
CONFIG_SOC_K3_J784S4=y
CONFIG_TARGET_J784S4_R5_EVM=y
+CONFIG_MULTIPLEXER=n
+CONFIG_SPL_MUX_MMIO=n
+CONFIG_SPL_PCI_ENDPOINT=n
+CONFIG_SPL_PCI_DFU=n
+CONFIG_SPL_PHY=n
+
CONFIG_DEFAULT_DEVICE_TREE="k3-am69-r5-sk"
CONFIG_SPL_OF_LIST="k3-am69-r5-sk"
CONFIG_OF_LIST="k3-am69-r5-sk"