commit | f1c9e61274dde837566ce24a471fd4c3cd4ea119 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 07 16:47:19 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 09 16:03:19 2024 -0600 |
tree | 46cbdc4879e4f376506bf68953cb9a6e65dd4d13 | |
parent | 5e8abc493e9deb391e51f363a36e3dedee198b43 [diff] |
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>