On Wed, May 20, 2026 at 03:51:34PM +0200, Emanuele Ghidoli wrote: > From: Emanuele Ghidoli <[email protected]> > > The ram_alias_checks addresses are 32 bit values. When summed as 64 bit > values the calculation is done correctly, otherwise, if they are summed > as 32 bit values, the sum wraps around. > > Fix by adding uintptr_t recast to the base address. > > Fixes: 60d8255d8dc0 ("board: toradex: add Toradex Verdin iMX95") > Signed-off-by: Emanuele Ghidoli <[email protected]>
Acked-by: Francesco Dolcini <[email protected]>

