Files
u-boot-krane/drivers
Bin LiuandTom Rini 616c3d79f0 ram: k3-ddrss: fix ecc range checking bug
The original checking is wrong, it basically compares memory address

    end = r->start + r->range;

with memory size:

    if (end > (ddr_ram_size - ecc_res))

so the if() condition would be always true. This causes the ECC config
never take input from the devicetree.

Fixes: f43f710122 ("ram: k3-ddrss: Add support for a partial inline ECC region")

Signed-off-by: Bin Liu <b-liu@ti.com>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
2026-07-28 12:30:55 -06:00
..
2026-06-25 15:00:58 -06:00
2026-06-25 15:00:58 -06:00
2026-06-25 15:00:58 -06:00
2026-07-21 16:57:13 +08:00
2026-06-25 15:00:58 -06:00
2026-06-25 15:00:58 -06:00
2026-06-25 15:00:58 -06:00
2026-07-01 11:42:52 +02:00
2026-06-25 15:00:58 -06:00
2026-07-27 13:05:07 -03:00
2026-06-25 15:00:58 -06:00
2026-06-25 15:00:58 -06:00
2026-07-27 11:29:29 -03:00
2026-07-06 18:26:12 -06:00