hekate/nyx: constify more args

This commit is contained in:
CTCaer
2024-10-04 22:09:06 +03:00
parent c422d63b64
commit 7b60c3d162
10 changed files with 15 additions and 15 deletions

View File

@@ -851,7 +851,7 @@ static int _l4t_sc7_exit_config(bool t210b01)
return 1;
}
static void _l4t_bl33_cfg_set_key(char *env, char *key, char *val)
static void _l4t_bl33_cfg_set_key(char *env, const char *key, const char *val)
{
strcat(env, key);
strcat(env, "=");