diff options
Diffstat (limited to 'include/configs/ls1088a_common.h')
-rw-r--r-- | include/configs/ls1088a_common.h | 4 |
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) |