Re: [PATCH v3 06/13] env: Use string pointer instead of indexes in env_get_f()

2021-10-21 Thread Simon Glass
From: Marek Behún 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 Reviewed-by: Simon Glass --- cm

[PATCH v3 06/13] env: Use string pointer instead of indexes in env_get_f()

2021-10-17 Thread Marek Behún
From: Marek Behún 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 Reviewed-by: Simon Glass --- cm