[PATCH v2] test/py: Use aligned address for overlays in 'extension' test

Tom Rini trini at konsulko.com
Thu Nov 13 16:49:09 CET 2025


On Thu, Nov 13, 2025 at 12:57:52PM +0100, Marek Vasut wrote:

> The 'extension' test would set 'extension_overlay_addr' variable to
> decimal 4096 due to conversion in python. The 'extension_overlay_addr'
> is however sampled using env_get_hex("extension_overlay_addr", 0);
> which converts the 4096 to 0x4096 and uses that as DT overlay address,
> which is unaligned. Fix this by setting extension_overlay_addr to 0x1000
> as intended, which is aligned.
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>

Reviewed-by: Tom Rini <trini at konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20251113/7b6d10b6/attachment-0001.sig>


More information about the U-Boot mailing list