From: Hrushikesh Salunke <[email protected]> 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]> --- configs/am69_sk_a72_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/am69_sk_a72_defconfig b/configs/am69_sk_a72_defconfig index 746b36a34ed..cf2881258e1 100644 --- a/configs/am69_sk_a72_defconfig +++ b/configs/am69_sk_a72_defconfig @@ -9,6 +9,9 @@ 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" -- 2.51.1

