[U-Boot] [PATCH 13/19] dts: Add the FPGA design file name to DTS

tien.fong.chee at intel.com tien.fong.chee at intel.com
Tue Aug 29 10:45:55 UTC 2017


From: Tien Fong Chee <tien.fong.chee at intel.com>

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 <tien.fong.chee at intel.com>
---
 .../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



More information about the U-Boot mailing list