[PATCH v1 2/2] configs: agilex: enable FPGA Partial Reconfiguration command
Boon Khai Ng via U-Boot <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Enable config to support FPGA Partial Reconfiguration in agilex. Signed-off-by: Boon Khai Ng <[email protected]> --- configs/socfpga_agilex_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/socfpga_agilex_defconfig b/configs/socfpga_agilex_defconfig index ba8dc821add..660cb9ca391 100644 --- a/configs/socfpga_agilex_defconfig +++ b/configs/socfpga_agilex_defconfig @@ -67,6 +67,7 @@ CONFIG_ENV_UBI_VOLUME="env" CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_DM_SEQ_ALIAS=y CONFIG_SPL_ALTERA_SDRAM=y +CONFIG_FPGA_ALTERA_PR=y CONFIG_DWAPB_GPIO=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_DW=y -- 2.43.7