Skip to content
Snippets Groups Projects
Commit 5ebe6c0c authored by Lokesh Vutla's avatar Lokesh Vutla Committed by Tom Rini
Browse files

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's avatarLokesh Vutla <lokeshvutla@ti.com>
parent ed474ae0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment