From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 3 Jun 2016 22:06:20 -0700 Subject: [U-Boot] [PATCH] drivers/ddr/fsl: Disabling data init if ECC is not enabled In-Reply-To: <1464290343-1961-1-git-send-email-york.sun@nxp.com> References: <1464290343-1961-1-git-send-email-york.sun@nxp.com> Message-ID: <575261CC.9060100@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/26/2016 12:19 PM, york sun wrote: > If ECC is not enabled, data init can be disabled to speed up booting. > > Signed-off-by: York Sun > > --- > > drivers/ddr/fsl/options.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Applied to fsl-qoriq master branch. Awaiting upstream. York