From: Tien Fong Chee <[email protected]> During FPGA program, FPGA raw binary data file would be searched from flash based on the file name defined in DTS, and then feeding the FPGA file found from flash into FPGA manager for configuring FPGA.
Signed-off-by: Tien Fong Chee <[email protected]> --- .../dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi b/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi index d10e089..b6b2f75 100644 --- a/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi +++ b/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi @@ -20,8 +20,8 @@ chosen { /* Bootloader setting: uboot.rbf_filename */ - cff-file = "ghrd_10as066n2.periph.rbf"; - early-release-fpga-config; + cff-file = "ghrd_10as066n2.periph.rbf.mkimage"; + cffcore-file = "ghrd_10as066n2.core.rbf.mkimage"; }; soc { -- 1.7.7.4 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

