commit | eff73b2eed28389805e8dda6632f6c5f29b3e9b6 | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Sun Oct 17 17:36:31 2021 +0200 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 21 12:50:48 2021 -0600 |
tree | 169fdff36fe61d52ace92f7c590f626acf2d7dad | |
parent | 52f9ed34cb3768663ee9c2e5d980143e8ac783a9 [diff] |
env: Use string pointer instead of indexes in env_get_f() Since we no longer use env_get_char() to access n-th character of linearized environment data, but rather access the arrays themselves, we can convert the iteration to use string pointers instead of position indexes. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Simon Glass <sjg@chromium.org>