> -----Original Message----- > From: Ravulapalli, Naresh Kumar <[email protected]> > Sent: Friday, March 14, 2025 7:59 PM > To: [email protected] > Cc: Marek Vasut <[email protected]>; Simon Goldschmidt > <[email protected]>; Chee, Tien Fong > <[email protected]>; Chin-Liang See <[email protected]>; > Dinh Nguyen <[email protected]>; Tom Rini <[email protected]>; > Ravulapalli, Naresh Kumar <[email protected]> > Subject: [PATCH] configs: Enable partial reconfiguration support for Stratix10 > > Intel partial reconfiguration driver is enabled by default for > Stratix10 SocFPGA boards. > > Signed-off-by: Naresh Kumar Ravulapalli > <[email protected]> > --- > configs/socfpga_stratix10_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/socfpga_stratix10_defconfig > b/configs/socfpga_stratix10_defconfig > index 3ea8259847..ff8a74be48 100644 > --- a/configs/socfpga_stratix10_defconfig > +++ b/configs/socfpga_stratix10_defconfig > @@ -66,6 +66,7 @@ CONFIG_BOOTFILE="Image" > CONFIG_NET_RANDOM_ETHADDR=y > CONFIG_SPL_DM_SEQ_ALIAS=y > CONFIG_SPL_ALTERA_SDRAM=y > +CONFIG_FPGA_INTEL_PR=y Please fix this https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/ first > CONFIG_DWAPB_GPIO=y > CONFIG_DM_I2C=y > CONFIG_SYS_I2C_DW=y > -- > 2.35.3

