commit | 5ebe6c0cb74a93ae75a1dd37e92e3765511f788c | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Mon Sep 16 13:47:16 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 13:31:17 2019 -0400 |
tree | 045ee1211c33a64963d2518791adcd793cfe1ba6 | |
parent | ed474ae00c7b2b51fc97b0580d2e52483a657acb [diff] |
cmd: ti: ddr3: Fix ecc address calculation ecc_address_range registers contains the start address and end address of the DDR address space. But the ddr cmd driver is assuming the register contains the start address and size of the DDR address space. Because of this some valid ecc addresses are errored out as invalid address. Fix this calculation. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>