From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Harvey Date: Mon, 21 Dec 2015 20:13:55 -0800 Subject: [U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL In-Reply-To: <56770222.1050108@nelint.com> References: <1450276807-8960-1-git-send-email-marex@denx.de> <56770222.1050108@nelint.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Dec 20, 2015 at 11:31 AM, Eric Nelson wrote: > Hi Marek, > > I'd recommend passing parameters of mx6_ddr_sysinfo (input) and > mx6_mmdc_calibration (output) to this routine. > I don't know that this would make sense. The mx6_ddr_sysinfo shouldn't be affected by calibration and the mx6_mmdc_calibration structure would not be used if you are using auto-calibration. In fact, I recommend an additional patch that will call the auto-calibration functions in mx6_ddr3_cfg if it is passed a NULL for mx6_ddr_calibration. Tim