projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e9ce8a
)
env: Drop env_crc_update()
author
Simon Glass
<sjg@chromium.org>
Thu, 1 Aug 2019 15:46:59 +0000
(09:46 -0600)
committer
Tom Rini
<trini@konsulko.com>
Sun, 11 Aug 2019 20:43:41 +0000
(16:43 -0400)
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>
include/environment.h
patch
|
blob
|
history
diff --git
a/include/environment.h
b/include/environment.h
index c740d5a2165bee8659356e09fb64f036fee0bdd3..27c0fee65f194f18e7df6351faf7f9c65e975812 100644
(file)
--- 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);