diff mbox series

[U-Boot,v2] Board: ls1088ardb: Enable PCIe config for Secure boot defconfigs

Message ID 1531808566-24809-1-git-send-email-vinitha.pillai@nxp.com
State Accepted
Delegated to: York Sun
Headers show
Series [U-Boot,v2] Board: ls1088ardb: Enable PCIe config for Secure boot defconfigs | expand

Commit Message

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

Signed-off-by: Vinitha V Pillai <vinitha.pillai@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(+)

Comments

York Sun Aug. 13, 2018, 4:22 p.m. UTC | #1
On 07/16/2018 11:29 PM, Vinitha V Pillai wrote:
> Enable PCIe config options in LS1088 SD Secure Boot defconfig
> 
> Signed-off-by: Vinitha V Pillai <vinitha.pillai@nxp.com>
> ---
> 
> Changes in v2:
> Changed the commit message and added reviewers


Applied to fsl-qoriq master, awaiting upstream.
Thanks.

York
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