]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: Use const in os_jump_to_file()
authorSimon Glass <sjg@chromium.org>
Wed, 7 Aug 2024 22:47:19 +0000 (16:47 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Aug 2024 22:03:19 +0000 (16:03 -0600)
commit46ef4e82200fcfdf156fc2374ffd3c8aa19dee79
tree46cbdc4879e4f376506bf68953cb9a6e65dd4d13
parent6f4c31c2b658358628b5b0fa801f55c7477c7585
sandbox: Use const in os_jump_to_file()

The argument array is not changed by the callee, so mark it const.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
arch/sandbox/cpu/os.c