[U-Boot] [PATCH] armv8: ls1046a: enable PCI command tool

From: Hou Zhiqiang Zhiqiang.Hou@nxp.com
Signed-off-by: Hou Zhiqiang Zhiqiang.Hou@nxp.com --- include/configs/ls1046a_common.h | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index 8ec1247..2779bb4 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -109,6 +109,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 */ #define CONFIG_CMD_ENV

On 04/14/2017 02:03 AM, Zhiqiang Hou wrote:
From: Hou Zhiqiang Zhiqiang.Hou@nxp.com
Signed-off-by: Hou Zhiqiang Zhiqiang.Hou@nxp.com
include/configs/ls1046a_common.h | 10 ++++++++++ 1 file changed, 10 insertions(+)
Applied to fsl-qoriq master, awaiting upstream. Thanks.
York
participants (2)
-
york sun
-
Zhiqiang Hou