Re: [PATCH] ram: k3-ddrss: fix ecc range checking bug
Tom Rini <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 16 Jul 2026 09:54:37 -0500, Bin Liu wrote:
> 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))
>
> [...]
Applied to u-boot/main, thanks!
[1/1] ram: k3-ddrss: fix ecc range checking bug
commit: 616c3d79f01cf9204e38738857c4647a730dcb3b
--
Tom