diff mbox series

[U-Boot,23/39] env: Drop env_crc_update()

Message ID 20190728140357.137295-24-sjg@chromium.org
State Superseded
Delegated to: Tom Rini
Headers show
Series env: common: Remove environment definitions from common.h | expand

Commit Message

Simon Glass July 28, 2019, 2:03 p.m. UTC
This function is not defined or used in U-Boot. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 include/environment.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Joe Hershberger July 30, 2019, 9:21 p.m. UTC | #1
On Sun, Jul 28, 2019 at 9:27 AM Simon Glass <sjg@chromium.org> wrote:
>
> This function is not defined or used in U-Boot. Drop it.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>
diff mbox series

Patch

diff --git a/include/environment.h b/include/environment.h
index c740d5a216..27c0fee65f 100644
--- a/include/environment.h
+++ b/include/environment.h
@@ -265,9 +265,6 @@  struct env_driver {
 
 extern struct hsearch_data env_htab;
 
-/* Function that updates CRC of the enironment */
-void env_crc_update(void);
-
 /* Look up the variable from the default environment */
 char *env_get_default(const char *name);