Files
u-boot/test
Marek Vasut 082b41df8a test/cmd/wget.c: Fix loadaddr rewrite
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: 20f641987f ("test/cmd/wget.c: move net_test_wget() to the cmd test suite")
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
2025-01-27 12:46:44 -06:00
..
2025-01-27 12:46:44 -06:00
2024-10-11 11:44:48 -06:00
2025-01-26 11:06:56 +01:00
2024-10-14 17:58:52 -06:00
2024-11-13 11:56:02 -06:00
2023-04-03 06:53:53 +12:00
2025-01-24 14:34:41 -06:00