Commit 3098e539d6a67df9f2a3c402d62147fa10422150

Authored by Hou Zhiqiang
Committed by York Sun
1 parent 22f3368e71

armv8: ls1046a: enable PCI command tool

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>

Showing 1 changed file with 10 additions and 0 deletions Side-by-side Diff

include/configs/ls1046a_common.h
... ... @@ -138,6 +138,16 @@
138 138 #define CONFIG_SYS_I2C_MXC_I2C3
139 139 #define CONFIG_SYS_I2C_MXC_I2C4
140 140  
  141 +/* PCIe */
  142 +#define CONFIG_PCIE1 /* PCIE controller 1 */
  143 +#define CONFIG_PCIE2 /* PCIE controller 2 */
  144 +#define CONFIG_PCIE3 /* PCIE controller 3 */
  145 +
  146 +#ifdef CONFIG_PCI
  147 +#define CONFIG_PCI_SCAN_SHOW
  148 +#define CONFIG_CMD_PCI
  149 +#endif
  150 +
141 151 /* Command line configuration */
142 152 #ifndef SPL_NO_ENV
143 153 #define CONFIG_CMD_ENV