diff mbox series

[U-Boot] armv8: LS1088ARDB: Fix PCIe issue on SD Secure Boot

Message ID 1531806043-20181-1-git-send-email-vinitha.pillai@nxp.com
State Superseded
Delegated to: York Sun
Headers show
Series [U-Boot] armv8: LS1088ARDB: Fix PCIe issue on SD Secure Boot | expand

Commit Message

Vinitha V Pillai July 17, 2018, 5:40 a.m. UTC
Enable PCIe config options in LS1088 SD Secure Boot defconfig

Signed-off-by: Vinitha V Pillai <vinitha.pillai@nxp.com>
---
 configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig b/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
index 7341fef..974b8fb 100644
--- a/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
+++ b/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
@@ -43,6 +43,10 @@  CONFIG_FSL_SPI_ALIGNED_TXFIFO=y
 CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_NETDEVICES=y
 CONFIG_E1000=y
+CONFIG_PCI=y
+CONFIG_DM_PCI=y
+CONFIG_DM_PCI_COMPAT=y
+CONFIG_PCIE_LAYERSCAPE=y
 CONFIG_SYS_NS16550=y
 CONFIG_DM_SPI=y
 CONFIG_FSL_DSPI=y