]> Git Repo - u-boot.git/commit - cmd/nvedit.c
env: Move envmatch() to env.h
authorSimon Glass <[email protected]>
Thu, 1 Aug 2019 15:46:45 +0000 (09:46 -0600)
committerTom Rini <[email protected]>
Sun, 11 Aug 2019 20:43:41 +0000 (16:43 -0400)
commitb9ca02c2d554cb46a4579e1382561c529820b494
tree92170560516fc8fb611e854922e396bc6f4cf331
parent3f989e7b0e43402d0a50e19939e4f57374319734
env: Move envmatch() to env.h

Move envmatch() over to the new header file. Also rename it to env_match()
to better line up with other functions.

Signed-off-by: Simon Glass <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
cmd/nvedit.c
examples/api/glue.c
include/common.h
include/env.h
This page took 0.035973 seconds and 4 git commands to generate.