commit | 986fb6a379e71d0ad08bf883d5b7d871f1448ace | [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 | 88006e24f4036664da8d00d88508eb5a8b1f6128 [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>