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)
commit7b611ee90e1e4db531c4e3896efebfdc0743725d
tree6ec0e3f1490a30e5ae7900421b7176374215bb41
parent6aa652d008398fa7db99b7d570bc6f0123dcd9b5
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