mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
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 <h-salunke@ti.com> Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
This commit is contained in:
parent
3c28bf7719
commit
014d9c5ac3
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user