Files
u-boot-krane/configs/am69_sk_a72_defconfig
Hrushikesh SalunkeandTom Rini af3800c83d configs: am69_sk_a72_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 <h-salunke@ti.com>
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
2026-03-16 08:24:04 -06:00

18 lines
347 B
Plaintext

#include <configs/j784s4_evm_a72_defconfig>
CONFIG_ARM=y
CONFIG_ARCH_K3=y
CONFIG_SOC_K3_J784S4=y
CONFIG_TARGET_J784S4_A72_EVM=y
CONFIG_CMD_UFS=n
CONFIG_UFS=n
CONFIG_UFS_CADENCE=n
CONFIG_UFS_TI_J721E=n
CONFIG_PCI_ENDPOINT=n
CONFIG_SPL_PCI_ENDPOINT=n
CONFIG_SPL_PCI_DFU=n
CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am69-sk"
CONFIG_OF_LIST="ti/k3-am69-sk"