diff options
author | Hou Zhiqiang | 2017-04-14 16:49:01 +0800 |
---|---|---|
committer | York Sun | 2017-05-23 09:12:00 -0700 |
commit | 3098e539d6a67df9f2a3c402d62147fa10422150 (patch) | |
tree | 5f25b53d224f66ae5d7e6c73de97a29faaa8e194 /include | |
parent | 22f3368e71321db1e0e15dfbf54b052367890ec7 (diff) |
armv8: ls1046a: enable PCI command tool
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ls1046a_common.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index 957ffd36347..80f8dc2cbbc 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -138,6 +138,16 @@ #define CONFIG_SYS_I2C_MXC_I2C3 #define CONFIG_SYS_I2C_MXC_I2C4 +/* PCIe */ +#define CONFIG_PCIE1 /* PCIE controller 1 */ +#define CONFIG_PCIE2 /* PCIE controller 2 */ +#define CONFIG_PCIE3 /* PCIE controller 3 */ + +#ifdef CONFIG_PCI +#define CONFIG_PCI_SCAN_SHOW +#define CONFIG_CMD_PCI +#endif + /* Command line configuration */ #ifndef SPL_NO_ENV #define CONFIG_CMD_ENV |