]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/ls1088a_common.h
armv8: ls1088a: Enable PCIe in defconfigs
[people/ms/u-boot.git] / include / configs / ls1088a_common.h
index c78ba5d6b6e93949a3fcb6c961200414006848f6..84e9b140d0922be648c2673e86b7bf7e5e55cf1d 100644 (file)
  */
 #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)