summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>2017-04-24 11:23:22 (GMT)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2017-09-04 07:05:30 (GMT)
commite69a120823f008873b478da731ec04af115f9fa1 (patch)
treeae1d55693464b48230e9fb7e61d43793c5170c8f /include/configs
parent7516cd9d9c42ec99029655a5fed61dbaa673f252 (diff)
downloadu-boot-e69a120823f008873b478da731ec04af115f9fa1.tar.xz
armv8: ls1088a: Enable PCIe in defconfigs
Enabled PCIe support and PCI command feature. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@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 eef0369..85118ec 100644
--- a/include/configs/ls1088a_common.h
+++ b/include/configs/ls1088a_common.h
@@ -64,6 +64,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)