From: Simon Glass Date: Thu, 1 Aug 2019 15:46:59 +0000 (-0600) Subject: env: Drop env_crc_update() X-Git-Tag: v2019.10-rc2~4^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f3db0c135fcaf40ff88bdcd058b56bc7e1f58f3;p=platform%2Fkernel%2Fu-boot.git env: Drop env_crc_update() This function is not defined or used in U-Boot. Drop it. Signed-off-by: Simon Glass Acked-by: Joe Hershberger --- diff --git a/include/environment.h b/include/environment.h index c740d5a..27c0fee 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);