Ver Fonte

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

Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk há 17 anos atrás
pai
commit
f7b16a0a4d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      common/env_nand.c

+ 1 - 1
common/env_nand.c

@@ -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;