env: Drop env_crc_update()
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>
This commit is contained in:
parent
4e9ce8a65f
commit
1f3db0c135
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user