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

Tom Rini trini at konsulko.com
Fri Nov 28 18:41:25 CET 2025


On Thu, 13 Nov 2025 12:57:52 +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.
> 
> [...]

Applied to u-boot/next, thanks!

[1/1] test/py: Use aligned address for overlays in 'extension' test
      commit: f74353099016a22500830adda2bb0558322b414c
-- 
Tom




More information about the U-Boot mailing list