Re: [U-Boot] [PATCH] drivers/ddr/fsl: Disabling data init if ECC is not enabled

2016-06-03 Thread York Sun
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 upstre

[U-Boot] [PATCH] drivers/ddr/fsl: Disabling data init if ECC is not enabled

2016-05-26 Thread York Sun
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(-) diff --git a/drivers/ddr/fsl/options.c b/drivers/ddr/fsl/options.c index d0075ff..793d12a 100644 --- a/drivers