[PATCH] test/cmd/wget.c: Fix loadaddr rewrite
Fabio Estevam
festevam at gmail.com
Mon Jan 27 19:27:06 CET 2025
On Sun, Jan 26, 2025 at 9:15 PM Marek Vasut
<marek.vasut+renesas at mailbox.org> wrote:
>
> The $loadaddr variable is a hexadecimal value, not a string, it must be
> assigned using env_set_hex(). This may break follow up tests, like the
> dm_test_cmd_hash_md5 in CI. To avoid any interference with other tests,
> set $wgetaddr variable which is specific to this test and use it in the
> test.
>
> Fixes: 20f641987f83 ("test/cmd/wget.c: move net_test_wget() to the cmd test suite")
> Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
Reviewed-by: Fabio Estevam <festevam at gmail.com>
Thanks
More information about the U-Boot
mailing list