imx8m-atf-ddr-timing.patch 406 Bytes
diff --git a/plat/imx/common/include/dram.h b/plat/imx/common/include/dram.h
index bf0b384..8b5f90c 100644
--- a/plat/imx/common/include/dram.h
+++ b/plat/imx/common/include/dram.h
@@ -41,6 +41,8 @@ struct dram_cfg_param {
 };
 
 struct dram_timing_info {
+	/* ddrphy firmware offset */
+	unsigned int ddrphy_fw_offset;
 	/* umctl2 config */
 	struct dram_cfg_param *ddrc_cfg;
 	unsigned int ddrc_cfg_num;