commit | 76820021b9a81d624a94bd2feb468bf7a6114b56 | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Sun Oct 17 17:36:29 2021 +0200 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 21 12:50:48 2021 -0600 |
tree | 6ec0e3f1490a30e5ae7900421b7176374215bb41 | |
parent | c97468e500760a0d1935dfbdc476dfc51e7b2b86 [diff] |
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>