[U-Boot] [PATCH v2] Board: ls1088ardb: Enable PCIe config for Secure boot defconfigs
Vinitha V Pillai
vinitha.pillai at nxp.com
Tue Jul 17 06:22:45 UTC 2018
Enable PCIe config options in LS1088 SD Secure Boot defconfig
Signed-off-by: Vinitha V Pillai <vinitha.pillai at nxp.com>
---
Changes in v2:
Changed the commit message and added reviewers
configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig | 4 ++++
1 file changed, 4 insertions(+)
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
--
1.9.1
More information about the U-Boot
mailing list