提交 3fa1981e 编写于 作者: T Tom Rini

env_flash.c: Drop unused variables

With 7ce1526e we no longer need 'len' or 'res', so drop these variables.
Signed-off-by: NTom Rini <trini@ti.com>
上级 d4426ce2
......@@ -224,9 +224,8 @@ int env_init(void)
int saveenv(void)
{
env_t env_new;
ssize_t len;
int rc = 1;
char *res, *saved_data = NULL;
char *saved_data = NULL;
#if CONFIG_ENV_SECT_SIZE > CONFIG_ENV_SIZE
ulong up_data = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册