commit | 53317c9fc3f8bb6831697d9a7fa280326931ef65 | [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 | 9a359b5e9e8c325bf93d0fb46e5946d9ab5341e9 [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>