From: Marek Behún <marek.be...@nic.cz> 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.be...@nic.cz> Reviewed-by: Simon Glass <s...@chromium.org> --- cmd/nvedit.c | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) Applied to u-boot-dm, thanks!