Osama Abdelkader 8558aaa3cf sandbox: use env_get() for time offset instead of getenv()
The sandbox time offset is intended to be controlled via the U-Boot
environment, not the host process environment. Update os_get_time_offset()
to use env_get() instead of the libc getenv().

Leave other getenv() uses (e.g. U_BOOT_PERSISTENT_DATA_DIR,
UBOOT_SB_FUZZ_TEST) unchanged, since those refer to host environment
variables needed by sandbox tests.

Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
2025-09-24 11:03:24 -06:00
..
2025-03-10 07:41:16 +01:00
2025-04-23 13:19:44 -06:00
2025-04-23 13:19:44 -06:00
2025-06-13 13:22:53 -06:00
2025-06-26 13:45:33 -06:00