[U-Boot] [PATCH v2 24/40] env: Drop env_crc_update()
Simon Glass
sjg at chromium.org
Thu Aug 1 15:46:59 UTC 2019
This function is not defined or used in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg at chromium.org>
Acked-by: Joe Hershberger <joe.hershberger at ni.com>
---
Changes in v2: None
include/environment.h | 3 ---
1 file changed, 3 deletions(-)
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);
--
2.22.0.709.g102302147b-goog
More information about the U-Boot
mailing list