diff mbox series

[U-Boot,PATCHv2,8/8] armv8: lx2160a: enable the pci command

Message ID 20181121104322.32839-9-Zhiqiang.Hou@nxp.com
State Superseded
Delegated to: York Sun
Headers show
Series pci: Add PCIe Gen4 controller driver for NXP Layerscape SoCs | expand

Commit Message

Z.Q. Hou Nov. 21, 2018, 10:43 a.m. UTC
From: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
---
V2:
 - No change

 include/configs/lx2160a_common.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h
index 41931e5b53..19053b43a1 100644
--- a/include/configs/lx2160a_common.h
+++ b/include/configs/lx2160a_common.h
@@ -129,6 +129,7 @@ 
 #ifdef CONFIG_PCI
 #define CONFIG_SYS_PCI_64BIT
 #define CONFIG_PCI_SCAN_SHOW
+#define CONFIG_CMD_PCI
 #endif
 
 /* MMC */