]> git.baikalelectronics.ru Git - uboot.git/commit
env: Change env_match() to static and remove from header
authorMarek Behún <marek.behun@nic.cz>
Sun, 17 Oct 2021 15:36:29 +0000 (17:36 +0200)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Oct 2021 18:50:48 +0000 (12:50 -0600)
commit4f4bde58bc0a24824a46c1e6e45b2d1b6a683b07
tree6ec0e3f1490a30e5ae7900421b7176374215bb41
parent3dc79f942488c85febeb199ee3e2f30ea87a5d9d
env: Change env_match() to static and remove from header

This function was used by other parts of U-Boot in the past when
environment was read from underlying device one character at a time.

This is not the case anymore.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/nvedit.c
include/env.h