提交 f7b16a0a 编写于 作者: W Wolfgang Denk

common/env_nand.c: fix one more incompatible pointer type issue

Signed-off-by: NWolfgang Denk <wd@denx.de>
上级 ea6f6689
......@@ -211,7 +211,7 @@ int saveenv(void)
void env_relocate_spec (void)
{
#if !defined(ENV_IS_EMBEDDED)
ulong total;
size_t total;
int crc1_ok = 0, crc2_ok = 0;
env_t *tmp_env1, *tmp_env2;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册