On Wed, 13 Oct 2021 at 09:46, Marek Behún <[email protected]> wrote: > > From: Marek Behún <[email protected]> > > 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 <[email protected]> > --- > cmd/nvedit.c | 34 +++++++++++++++++----------------- > 1 file changed, 17 insertions(+), 17 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

