From 4950eb4a48623d8ad013c1f37097906ec52040d1 Mon Sep 17 00:00:00 2001 From: Hou Zhiqiang Date: Mon, 4 Sep 2017 10:47:54 +0800 Subject: armv8: ls1088a: Enable PCIe in defconfigs Enabled PCIe support and PCI command feature. Signed-off-by: Hou Zhiqiang Reviewed-by: York Sun --- include/configs/ls1088a_common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/configs/ls1088a_common.h b/include/configs/ls1088a_common.h index c78ba5d6b6e..84e9b140d09 100644 --- a/include/configs/ls1088a_common.h +++ b/include/configs/ls1088a_common.h @@ -44,6 +44,10 @@ */ #define CPU_RELEASE_ADDR secondary_boot_func +#ifdef CONFIG_PCI +#define CONFIG_CMD_PCI +#endif + /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2048 * 1024) -- cgit v1.3.1