summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>2017-09-04 05:47:54 +0300
committerYork Sun <york.sun@nxp.com>2017-09-11 18:01:07 +0300
commit4950eb4a48623d8ad013c1f37097906ec52040d1 (patch)
treeb09733e38a193a73c955e1b70fdcf21ca6332236 /include/configs
parent4c5c87da7b73698bb43d2e522038f82e91c0906a (diff)
downloadu-boot-4950eb4a48623d8ad013c1f37097906ec52040d1.tar.xz
armv8: ls1088a: Enable PCIe in defconfigs
Enabled PCIe support and PCI command feature. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/ls1088a_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/ls1088a_common.h b/include/configs/ls1088a_common.h
index c78ba5d6b6..84e9b140d0 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)