[PATCH v3 04/13] env: Change env_match() to static and remove from header
Simon Glass
sjg at chromium.org
Thu Oct 21 20:49:18 CEST 2021
From: Marek Behún <marek.behun at nic.cz>
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 at nic.cz>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
cmd/nvedit.c | 30 +++++++++++++++---------------
include/env.h | 11 -----------
2 files changed, 15 insertions(+), 26 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list