commit | 92ffd0d9ed9a8389a7fb28addcd46547d6fb8539 | [log] [tgz] |
---|---|---|
author | Krunal Bhargav <k-bhargav@ti.com> | Mon Sep 16 13:47:19 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 13:31:17 2019 -0400 |
tree | b086a95911e14ab2d320f6dc8fde4ce98e7197c9 | |
parent | 2b2e1573cffbe5d47712d138690f45e01353c3f5 [diff] |
cmd: ti: ddr3: Move the print statement after test If the ECC is enabled over the entire memory region, we need to ensure the printf/put calls do not modify the stack after ECC is disabled. Moved the printf/put statements after ECC is enabled. Signed-off-by: Krunal Bhargav <k-bhargav@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>